mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Add temperature button. Major button refactoring
This commit is contained in:
@@ -61,21 +61,21 @@ titanium_card:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
template: default
|
||||
entity: script.titanium_lock
|
||||
name: Lock
|
||||
icon: mdi:lock
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
template: default
|
||||
entity: script.titanium_vol_mute
|
||||
name: Mute
|
||||
icon: mdi:volume-mute
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
template: default
|
||||
entity: script.titanium_set_volume
|
||||
name: Set volume
|
||||
icon: mdi:volume-medium
|
||||
@@ -85,21 +85,21 @@ titanium_card:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
template: default
|
||||
entity: script.titanium_displays_on
|
||||
name: Displays on
|
||||
icon: mdi:monitor-dashboard
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
template: default
|
||||
entity: script.titanium_displays_off
|
||||
name: Displays off
|
||||
icon: mdi:monitor-off
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
template: default
|
||||
entity: script.titanium_refresh
|
||||
name: Refresh
|
||||
icon: mdi:refresh
|
||||
|
||||
Reference in New Issue
Block a user