mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
19 lines
415 B
YAML
19 lines
415 B
YAML
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.entity_id ]]]"
|