mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 09:58:45 +00:00
Remove quotes
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
customize:
|
customize:
|
||||||
sensor.cube_multistate_input:
|
sensor.cube_multistate_input:
|
||||||
friendly_name: "Cube input"
|
friendly_name: Cube input
|
||||||
|
|
||||||
sensor.cube_analog_input:
|
sensor.cube_analog_input:
|
||||||
friendly_name: "Cube rotation"
|
friendly_name: Cube rotation
|
||||||
|
|
||||||
sensor.cube_power:
|
sensor.cube_power:
|
||||||
friendly_name: "Cube battery"
|
friendly_name: Cube battery
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
group:
|
group:
|
||||||
all_sonos:
|
all_sonos:
|
||||||
name: "All Sonos"
|
name: All Sonos
|
||||||
entities:
|
entities:
|
||||||
- media_player.master_bedroom
|
- media_player.master_bedroom
|
||||||
- media_player.living_room
|
- media_player.living_room
|
||||||
@@ -8,7 +8,7 @@ group:
|
|||||||
|
|
||||||
input_select:
|
input_select:
|
||||||
sonos_leader:
|
sonos_leader:
|
||||||
name: "Sonos Leader"
|
name: Sonos Leader
|
||||||
initial: media_player.master_bedroom
|
initial: media_player.master_bedroom
|
||||||
icon: mdi:speaker
|
icon: mdi:speaker
|
||||||
options:
|
options:
|
||||||
@@ -18,7 +18,7 @@ input_select:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
music_play:
|
music_play:
|
||||||
alias: "Music · Play"
|
alias: Music · Play
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.music_join_sonoses
|
- service: script.music_join_sonoses
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
@@ -35,7 +35,7 @@ script:
|
|||||||
source: "{{ playlist | default('Evening Chill') }}"
|
source: "{{ playlist | default('Evening Chill') }}"
|
||||||
|
|
||||||
music_join_sonoses:
|
music_join_sonoses:
|
||||||
alias: "Music · Join Sonoses"
|
alias: Music · Join Sonoses
|
||||||
sequence:
|
sequence:
|
||||||
- service: sonos.join
|
- service: sonos.join
|
||||||
entity_id: group.all_sonos
|
entity_id: group.all_sonos
|
||||||
|
|||||||
@@ -132,11 +132,11 @@ homeassistant:
|
|||||||
icon: mdi:cellphone-iphone
|
icon: mdi:cellphone-iphone
|
||||||
|
|
||||||
device_tracker.tile_p_6e3c33752f24f417254c039040a984bd:
|
device_tracker.tile_p_6e3c33752f24f417254c039040a984bd:
|
||||||
friendly_name: "Georgi's iPhone Tile"
|
friendly_name: Georgi's iPhone Tile
|
||||||
icon: mdi:cellphone-iphone
|
icon: mdi:cellphone-iphone
|
||||||
|
|
||||||
device_tracker.tile_1bcb2b3021b9f96b:
|
device_tracker.tile_1bcb2b3021b9f96b:
|
||||||
friendly_name: "Keys Tile"
|
friendly_name: Keys Tile
|
||||||
icon: mdi:key-variant
|
icon: mdi:key-variant
|
||||||
|
|
||||||
automation.coming_home:
|
automation.coming_home:
|
||||||
|
|||||||
@@ -54,13 +54,13 @@ sensor:
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
customize:
|
customize:
|
||||||
sensor.bedroom_weather_power:
|
sensor.bedroom_weather_power:
|
||||||
friendly_name: "Bedroom weather battery"
|
friendly_name: Bedroom weather battery
|
||||||
|
|
||||||
sensor.bedroom_weather_temperature:
|
sensor.bedroom_weather_temperature:
|
||||||
friendly_name: "Bedroom temperature"
|
friendly_name: Bedroom temperature
|
||||||
|
|
||||||
sensor.bedroom_weather_pressure:
|
sensor.bedroom_weather_pressure:
|
||||||
friendly_name: "Bedroom pressure"
|
friendly_name: Bedroom pressure
|
||||||
|
|
||||||
sensor.bedroom_weather_humidity:
|
sensor.bedroom_weather_humidity:
|
||||||
friendly_name: "Bedroom humidity"
|
friendly_name: Bedroom humidity
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ homeassistant:
|
|||||||
|
|
||||||
group:
|
group:
|
||||||
all_windows:
|
all_windows:
|
||||||
name: "All windows"
|
name: All windows
|
||||||
entities:
|
entities:
|
||||||
- binary_sensor.living_room_right_window_on_off
|
- binary_sensor.living_room_right_window_on_off
|
||||||
- binary_sensor.bedroom_right_window_on_off
|
- binary_sensor.bedroom_right_window_on_off
|
||||||
|
|||||||
Reference in New Issue
Block a user