You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because "services" are now called "actions" in Home Assistant, I changed the documentation and the configuration syntax for colors that perform actions. N.B: the old syntax will continue working, it is just not documented anymore
# Old syntax (still working)
- type: call-serviceservice: script.turn_onservice_data:
entity_id: script.night_mode# New syntax
- type: actionaction: script.turn_ondata:
entity_id: script.night_mode
Clicking on colors now trigger a haptic feedback on compatible phones 🎉 (fixes #29)
Remove support for old configurations deprecated since version 1.4.0 (Feb 2020)
This means using type: scene or type: script will now display an error