github joshuar/go-hass-agent v8.0.0

latest releases: v13.3.3, v13.3.2, v13.3.1...
16 months ago

8.0.0 (2024-04-27)

⚠ BREAKING CHANGES

  • linux: When more than one chip exposed by the hwmon userspace API have the same name, the agent was not treating them as unique. This commit fixes the code to ensure every chip gets its own sensors. This unfortunately required changing the naming format of all chips, so will result in new sensors being recorded in Home Assistant.

Features

  • device: ✨ add an agent version sensor (92be2e1)
  • linux: ✨ add Linux device IO rate sensors (1011ea3)
  • linux: ✨ add sensors for accent color and color scheme type (50c2eab)
  • linux/hwmon: 💄 better hwmon sensor naming (ae5aa9e)
  • linux/hwmon: ✨ expose the sysfs path for the hwmon sensor (4a198fa)

Bug Fixes

  • linux: 🐛 disk IO rate sensors should be marked as diagnostic sensors (8ae0ffe)
  • linux: 🐛 send lid state sensor on startup (b1e2aea)
  • linux: ✏️ fix warning message if desktop sensors are unavailable (1005e35)
  • linux: ⚡ improve lock handling for running apps sensor (ed50a68)
  • linux: ⚡ rework network sensor code to attempt to avoid race conditions (e91f389)
  • linux: handle hwmon chips with the same name (16f56dd)
  • logging: 🐛 try to create the directory for log file storage. change error msgs to warn if cannot (596f6e4)
  • scripts: 🎨 capture and return script parser errors (949bef5)

Don't miss a new go-hass-agent release

NewReleases is sending notifications on new releases.