Releases: maxjoehnk/desktop2mqtt
Releases · maxjoehnk/desktop2mqtt
v0.3.0
v0.2.0 - Introducing modules
New Features
Introduced new modules:
Sensors
Add monitoring for the following device sensors:
- cpu load
- cpu temp
- memory load
- disk usage
- available battery
Notifications
Allow sending of native notifications via new /desktop2mqtt/<entity_id>/notify
topic
Humantime
Allow configuration of durations in human readable form (using humantime for parsing)
Some examples:
5s
for 5 seconds2min
for 2 minutes1h 30min
for 1 hour 30 minutes
Changelog
Bug Fixes
- hass: double expire rate (bbb61d7)
Features
v0.1.0 - Initial Release
feat(config): add cli parameter to specify config file path or load f…