mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Better AC dashboard
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
name: Radiator
|
||||
- entity: climate.toshiba_ac
|
||||
name: AC
|
||||
- entity: input_number.toshiba_cool_temp
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
|
||||
@@ -174,6 +174,22 @@
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- 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
|
||||
- type: custom:button-card
|
||||
template: default
|
||||
entity: switch.camera
|
||||
|
||||
Reference in New Issue
Block a user