mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Rename switch.titanium_power to just titanium
This commit is contained in:
@@ -9,7 +9,7 @@ titanium_card:
|
||||
title: "[[title]]"
|
||||
icon: "[[icon]]"
|
||||
entities:
|
||||
- switch.titanium_power
|
||||
- switch.titanium
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
- type: custom:decluttering-card
|
||||
template: floorplan_state_icon
|
||||
variables:
|
||||
- entity: switch.titanium_power
|
||||
- entity: switch.titanium
|
||||
- top: 62%
|
||||
- left: 81%
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
styles: *on_styles
|
||||
- type: custom:button-card
|
||||
template: default
|
||||
entity: switch.titanium_power
|
||||
entity: switch.titanium
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: media_with_controls
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
styles: *on_styles
|
||||
- type: custom:button-card
|
||||
template: default
|
||||
entity: switch.titanium_power
|
||||
entity: switch.titanium
|
||||
- type: custom:button-card
|
||||
template: default
|
||||
entity: sensor.synology_type_volume_1
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
- type: custom:button-card
|
||||
template: default
|
||||
entity: switch.titanium_power
|
||||
entity: switch.titanium
|
||||
|
||||
- type: custom:button-card
|
||||
template: default
|
||||
|
||||
@@ -222,7 +222,7 @@ fan.philips_airpurifier:
|
||||
type: custom:decluttering-card
|
||||
template: philips_airpurifier_card
|
||||
|
||||
switch.titanium_power:
|
||||
switch.titanium:
|
||||
title: Titanium
|
||||
style: *popup_style
|
||||
card:
|
||||
|
||||
@@ -135,7 +135,7 @@ camera:
|
||||
switch:
|
||||
- platform: template
|
||||
switches:
|
||||
titanium_power:
|
||||
titanium:
|
||||
friendly_name: Titanium
|
||||
value_template: "{{ is_state('binary_sensor.titanium', 'on') }}"
|
||||
turn_on:
|
||||
|
||||
@@ -39,7 +39,7 @@ script:
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- light.ceiling_lights
|
||||
- switch.titanium_power
|
||||
- switch.titanium
|
||||
- service: light.turn_on
|
||||
entity_id: light.browser_kitchen
|
||||
data:
|
||||
|
||||
@@ -20,7 +20,7 @@ script:
|
||||
- light.all_lights
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- switch.titanium_power
|
||||
- switch.titanium
|
||||
# Use say_discretely instead of talk, because night mode is already on.
|
||||
- service: script.say_discretely
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user