Skip to content

Releases: cgiesche/streamdeck-homeassistant

Release 1.5.6 (Stream Deck Store)

09 Feb 22:20
3076fd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.5...1.5.6

Release 1.5.4

07 Feb 19:43
09d0991
Compare
Choose a tag to compare

What's Changed

  • Added Support for window (open/closed) entities. by @cgiesche in #69
    image
  • Fixed NPE if an attribute contains a null value. by @cgiesche in #68
  • Added Support for "user defined icons" for media players. (Set state "1" if result is "playing") by @ybizeul in #76

New Contributors

Full Changelog: 1.5.3...1.5.4

Release 1.5.3 (Added last_cange and last_update to variables)

30 Dec 11:41
9785765
Compare
Choose a tag to compare

What's Changed

  • Added 'last_updated' and 'last_changed' into Title Variables by @ToBiDi0410 in #67

Full Changelog: 1.5.2...1.5.3

Release 1.5.2 (Added generic "homeassistant" domain)

28 Dec 09:42
e365faa
Compare
Choose a tag to compare

What's Changed

  • Domain fixes | Added general Homeassistant Domain by @ToBiDi0410 in #66

New Contributors

Full Changelog: 1.5.1...1.5.2

Release 1.5.1 (Custom-Button-Title-Fix)

07 Sep 07:15
7b66fa8
Compare
Choose a tag to compare

Fixed #55: Title disappears on experimental button

Release 1.5.0

02 Sep 20:04
eac8214
Compare
Choose a tag to compare

Changes

  • Green/Blue action indicator at the top right corner can now be disabled.
    image
  • Configuration is no longer opened in a popup window and has been re-integrated into streamdeck UI

New Features

  • Experimental Button that allows to use custom icons for switches. May work. May not work.
    image

Release 1.4.0 - A new beginning

27 Jun 21:44
3db181c
Compare
Choose a tag to compare

First of all: Big thanks to everyone who supports my work by starring the project, reporting bugs or donating me a cup of coffe. I very much appreciate your support! ❤️

Warning: This update may break your existing configuration.
Warning: There have been major changes in this release. Please expect and report bugs :)

New Features

  • Tiny makers at the top right corner of each button
    image
    • No marker: Button is display only and has no service assigned
    • Green marker: Button has a normal (short-press) service assigned
    • Blue marker: Button has a long-press service assigned
  • Refreshed custom label configuration and rendering (up to 4 lines per button).
    image
  • Switched to uniform icons (material design icons)
    image
  • If home-assistant provides an "icon" attribute, it will show automatically, even for "unknown" entity types
  • Experimental "vaccum" support (tested with Xiaomi Roborock S5)
    image

Release 1.3.1

04 May 19:26
da4fe2c
Compare
Choose a tag to compare

Warning: This update will break your action configurations. You will need to fix every button :)

New Features

  • "Long press action" - You can configure a second service that will be called if you press and hold a button for more than 300ms.
  • Configuration interface now opens in a new window.

Release 1.3.0 - BROKEN for fresh installs

30 Apr 21:56
19aac63
Compare
Choose a tag to compare

WARNING This update seems only to work by upgrading from a previous release!
CAUTION This update will break your action configurations. You will need to fix every button :)

New Features

  • "Long press action" - You can configure a second service that will be called if you press and hold a button for more than 300ms.
  • Configuration interface now opens in a new window.

Release 1.2.0

21 Mar 16:17
2a06ebe
Compare
Choose a tag to compare

New Features:

  • Switched templating engine from handlebars to jinja (same as home assistant is using) (#14)
  • Option to add service data for service calls (#12 #13)

Fixed Bugs:

  • Button misconfiguration issues / side effects (#16)

Misc:

  • Improved release action (injecting current tag into manifest)