Skip to content

Releases: maxjoehnk/desktop2mqtt

v0.3.0

11 Oct 13:38
5c767fd
Compare
Choose a tag to compare

Features

  • mqtt: add support for optional username and password auth (#3) (85b0863)
  • custom_commands: add support for custom commands exposed as buttons to home assistant (ef79125)

v0.2.0 - Introducing modules

06 Jun 12:11
e288b6b
Compare
Choose a tag to compare

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 seconds
  • 2min for 2 minutes
  • 1h 30min for 1 hour 30 minutes

Changelog

Bug Fixes

  • hass: double expire rate (bbb61d7)

Features

  • sensors: add new system sensors (bb34452)
  • add support for sending notifications (ab896fd)
  • hass: add expire_after property to occupancy sensor (3fbdb50)
  • add availability support (3bd1482)
  • idle: replace xidlehook-core with user-idle (261396a)

v0.1.0 - Initial Release

11 Dec 12:16
Compare
Choose a tag to compare
feat(config): add cli parameter to specify config file path or load f…