Initial hallway UI. Button refactoring.

This commit is contained in:
2020-12-07 23:08:33 +02:00
parent 74337a6100
commit e404605127
20 changed files with 449 additions and 139 deletions
@@ -0,0 +1,18 @@
radiator_button:
template: [default]
name: "Radiator"
icon: mdi:radiator
state:
- value: 'off'
operator: '!='
styles:
card:
- background-color: var(--primary-color)
- color: black
icon:
- color: black
tap_action:
action: call-service
service: script.toggle_radiator
service_data:
entity_id: '[[[ return entity.id ]]]'