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:
|
||||
customize:
|
||||
sensor.cube_multistate_input:
|
||||
friendly_name: "Cube input"
|
||||
friendly_name: Cube input
|
||||
|
||||
sensor.cube_analog_input:
|
||||
friendly_name: "Cube rotation"
|
||||
friendly_name: Cube rotation
|
||||
|
||||
sensor.cube_power:
|
||||
friendly_name: "Cube battery"
|
||||
friendly_name: Cube battery
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
group:
|
||||
all_sonos:
|
||||
name: "All Sonos"
|
||||
name: All Sonos
|
||||
entities:
|
||||
- media_player.master_bedroom
|
||||
- media_player.living_room
|
||||
@@ -8,7 +8,7 @@ group:
|
||||
|
||||
input_select:
|
||||
sonos_leader:
|
||||
name: "Sonos Leader"
|
||||
name: Sonos Leader
|
||||
initial: media_player.master_bedroom
|
||||
icon: mdi:speaker
|
||||
options:
|
||||
@@ -18,7 +18,7 @@ input_select:
|
||||
|
||||
script:
|
||||
music_play:
|
||||
alias: "Music · Play"
|
||||
alias: Music · Play
|
||||
sequence:
|
||||
- service: script.music_join_sonoses
|
||||
- service: media_player.volume_set
|
||||
@@ -35,7 +35,7 @@ script:
|
||||
source: "{{ playlist | default('Evening Chill') }}"
|
||||
|
||||
music_join_sonoses:
|
||||
alias: "Music · Join Sonoses"
|
||||
alias: Music · Join Sonoses
|
||||
sequence:
|
||||
- service: sonos.join
|
||||
entity_id: group.all_sonos
|
||||
|
||||
@@ -132,11 +132,11 @@ homeassistant:
|
||||
icon: mdi:cellphone-iphone
|
||||
|
||||
device_tracker.tile_p_6e3c33752f24f417254c039040a984bd:
|
||||
friendly_name: "Georgi's iPhone Tile"
|
||||
friendly_name: Georgi's iPhone Tile
|
||||
icon: mdi:cellphone-iphone
|
||||
|
||||
device_tracker.tile_1bcb2b3021b9f96b:
|
||||
friendly_name: "Keys Tile"
|
||||
friendly_name: Keys Tile
|
||||
icon: mdi:key-variant
|
||||
|
||||
automation.coming_home:
|
||||
|
||||
@@ -54,13 +54,13 @@ sensor:
|
||||
homeassistant:
|
||||
customize:
|
||||
sensor.bedroom_weather_power:
|
||||
friendly_name: "Bedroom weather battery"
|
||||
friendly_name: Bedroom weather battery
|
||||
|
||||
sensor.bedroom_weather_temperature:
|
||||
friendly_name: "Bedroom temperature"
|
||||
friendly_name: Bedroom temperature
|
||||
|
||||
sensor.bedroom_weather_pressure:
|
||||
friendly_name: "Bedroom pressure"
|
||||
friendly_name: Bedroom pressure
|
||||
|
||||
sensor.bedroom_weather_humidity:
|
||||
friendly_name: "Bedroom humidity"
|
||||
friendly_name: Bedroom humidity
|
||||
|
||||
@@ -41,7 +41,7 @@ homeassistant:
|
||||
|
||||
group:
|
||||
all_windows:
|
||||
name: "All windows"
|
||||
name: All windows
|
||||
entities:
|
||||
- binary_sensor.living_room_right_window_on_off
|
||||
- binary_sensor.bedroom_right_window_on_off
|
||||
|
||||
Reference in New Issue
Block a user