mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Fix radiator btn entity id
This commit is contained in:
@@ -3,8 +3,8 @@ radiator_button:
|
|||||||
name: "Radiator"
|
name: "Radiator"
|
||||||
icon: mdi:radiator
|
icon: mdi:radiator
|
||||||
state:
|
state:
|
||||||
- value: 'off'
|
- value: "off"
|
||||||
operator: '!='
|
operator: "!="
|
||||||
styles:
|
styles:
|
||||||
card:
|
card:
|
||||||
- background-color: var(--primary-color)
|
- background-color: var(--primary-color)
|
||||||
@@ -15,4 +15,4 @@ radiator_button:
|
|||||||
action: call-service
|
action: call-service
|
||||||
service: script.toggle_radiator
|
service: script.toggle_radiator
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: '[[[ return entity.id ]]]'
|
entity_id: "[[[ return entity.entity_id ]]]"
|
||||||
|
|||||||
Reference in New Issue
Block a user