mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Initial radiator config
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
ac_button_card:
|
||||
card:
|
||||
type: custom:button-card
|
||||
template: default
|
||||
entity: climate.toshiba_ac
|
||||
name: AC
|
||||
state:
|
||||
- value: 'off'
|
||||
operator: '!='
|
||||
styles:
|
||||
card:
|
||||
- background-color: var(--primary-color)
|
||||
- color: black
|
||||
icon:
|
||||
- color: black
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.toshiba_ac_toggle_cool
|
||||
@@ -0,0 +1,21 @@
|
||||
radiator_button_card:
|
||||
card:
|
||||
type: custom:button-card
|
||||
template: default
|
||||
entity: "[[entity_id]]"
|
||||
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: "[[entity_id]]"
|
||||
Reference in New Issue
Block a user