Skip to content

Second beta release 🎉

Pre-release
Pre-release
Compare
Choose a tag to compare
@sleevezipper sleevezipper released this 09 Jan 23:26
· 174 commits to master since this release

This release contains some bugfixes as well as some new features that were most requested

Bugfixes

  • Allow empty password for MQTT broker (#4)
  • No longer asks you to install .NET Core runtime after you already did that (#8)

New features

  • Webcam and microphone usage sensors 🎉 (#1)
  • NamedWindow sensor which you can use to check if a window with a certain name is opened
  • Autostart now works for standalone installs
  • Added an idle time sensor (#9 thanks @Diddlik!)
  • Added a system uptime sensor (#10 thanks @Diddlik!)
  • Added a sessionState sensor (#3)
  • You can enter a port for your MQTT broker and use TLS

Other changes

  • All MQTT topic now follow this format: homeassistant/sensor/{deviceName}/{sensorName}/state to keep things tidy (thanks JabyMason!)
  • The app now targets .NET 5 so the installer will ask you to install the runtime