- 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-service service: script.turn_on service_data: entity_id: script.night_mode # New syntax - type: action action: script.turn_on data: 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 usingtype: scene
ortype: script
will now display an error