Skip to content

v10.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 04:30
7d69ad0

10.5.0 (2024-11-19)

This release expands the work of the previous release to add more preferences for sensors. You can now optionally disable hwmon and per-cpu sensors.

Additionally, Go Hass Agent will now report Out Of Memory events, when your system is configured with systemd-oomd. An event will be triggered when the OOM occurs and will contain the name of the process killed and its PID.

Features

  • linux/cpu: ✨ add preferences to optionally disable all cpu (and specifically, cpu frequency) sensors (ecc5cc6)
  • linux/mem: ✨ send oom events to Home Assistant (c491e81)
  • linux/system: ✨ add preferences to optionally disable hwmon sensors (7b65aab)

Bug Fixes

  • hass: 🐛 correct JSON marshaling (bd31214)
  • linux/cpu: 🐛 cpu process state counts should not be totalincreasing state class (0183281)
  • linux/net: 🐛 only use link up/down/invalid netlink messages for link state (27919b4)
  • linux/net: 🐛 treat unknown link state as down state (813485e)