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]]"
|
title: "[[title]]"
|
||||||
icon: "[[icon]]"
|
icon: "[[icon]]"
|
||||||
entities:
|
entities:
|
||||||
- switch.titanium_power
|
- switch.titanium
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: floorplan_state_icon
|
template: floorplan_state_icon
|
||||||
variables:
|
variables:
|
||||||
- entity: switch.titanium_power
|
- entity: switch.titanium
|
||||||
- top: 62%
|
- top: 62%
|
||||||
- left: 81%
|
- left: 81%
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
styles: *on_styles
|
styles: *on_styles
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
entity: switch.titanium_power
|
entity: switch.titanium
|
||||||
|
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: media_with_controls
|
template: media_with_controls
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
styles: *on_styles
|
styles: *on_styles
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
entity: switch.titanium_power
|
entity: switch.titanium
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
entity: sensor.synology_type_volume_1
|
entity: sensor.synology_type_volume_1
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
entity: switch.titanium_power
|
entity: switch.titanium
|
||||||
|
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ fan.philips_airpurifier:
|
|||||||
type: custom:decluttering-card
|
type: custom:decluttering-card
|
||||||
template: philips_airpurifier_card
|
template: philips_airpurifier_card
|
||||||
|
|
||||||
switch.titanium_power:
|
switch.titanium:
|
||||||
title: Titanium
|
title: Titanium
|
||||||
style: *popup_style
|
style: *popup_style
|
||||||
card:
|
card:
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ camera:
|
|||||||
switch:
|
switch:
|
||||||
- platform: template
|
- platform: template
|
||||||
switches:
|
switches:
|
||||||
titanium_power:
|
titanium:
|
||||||
friendly_name: Titanium
|
friendly_name: Titanium
|
||||||
value_template: "{{ is_state('binary_sensor.titanium', 'on') }}"
|
value_template: "{{ is_state('binary_sensor.titanium', 'on') }}"
|
||||||
turn_on:
|
turn_on:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ script:
|
|||||||
- media_player.nvidia_shield
|
- media_player.nvidia_shield
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- light.ceiling_lights
|
- light.ceiling_lights
|
||||||
- switch.titanium_power
|
- switch.titanium
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.browser_kitchen
|
entity_id: light.browser_kitchen
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ script:
|
|||||||
- light.all_lights
|
- light.all_lights
|
||||||
- media_player.nvidia_shield
|
- media_player.nvidia_shield
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- switch.titanium_power
|
- switch.titanium
|
||||||
# Use say_discretely instead of talk, because night mode is already on.
|
# Use say_discretely instead of talk, because night mode is already on.
|
||||||
- service: script.say_discretely
|
- service: script.say_discretely
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user