1.11.0
NEW FEATURES
- Adds the CSS variable
--button-card-light-color-no-temperature
equivalent to--button-card-light-color
but without the color temperature applied. - New option:
unlock_users
: A list of usernames allowed to unlock the button whenlock: true
. If undefined, everyone is allowed. (Fixes #167)- type: custom:button-card entity: switch.super_secure_switch lock: true unlock_users: - user1 - user2
- Support for
timer
entities. In the state, it will now display the time remaining while running or paused and idle while being idle. (Fixes #156)
FIXES
- Fix ripple effect when lock is true
- Fixes #177:
name_template
andentity_picture_template
where not updating the button on state change