Skip to content

2024.8.1

Compare
Choose a tag to compare
@bkbilly bkbilly released this 05 Aug 15:12
· 35 commits to master since this release

What's Changed

  • Add: Option to update entities when changed or every 15 minutes #117
  • Add: Bash module support for switch entities
  • Add: Sensor for keyboard hotkeys
  • Changed: Media module updates when change is detected
  • Changed: Camera Used module sends status when a change is detected
  • Breaking Change: Notification button press payload format change

Changes Explained

Notify

When a notification with a button is created and the user clicks on it, a MQTT topic is sent monitor_controls/notify/button_press with the data of the notification. It used to have some of it's data under the hints key, but now it got removed. Here is an example: trigger.payload_json['hints']['image-path'] was replaced by trigger.payload_json['image']

DBus

DBus communication was using dbus-python which is replaced with dasbus which needs less system dependencies to be installed and replaced system commands with dbus. These changes affected the modules Shutdown, Restart, Battery, Idle, Notification, WiFi.

Full Changelog: 2024.7.0...2024.8.1