mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 02:47:44 +00:00
Add Speech. Minor tweaks
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
binary_sensor.living_room_right_window_on_off:
|
||||
friendly_name: "Living Room Window"
|
||||
|
||||
sensor.living_room_right_window_power:
|
||||
friendly_name: "Living Room Window Battery"
|
||||
|
||||
binary_sensor.bedroom_right_window_on_off:
|
||||
friendly_name: "Bedroom Window"
|
||||
# TODO: icon_template doesn't work
|
||||
icon_template: >
|
||||
{% if is_state('binary_sensor.bedroom_right_window_on_off', 'on') %} mdi:television
|
||||
{% else %} mdi:television-off
|
||||
{% endif %}
|
||||
|
||||
sensor.bedroom_right_window_power:
|
||||
friendly_name: "Bedroom Window Battery"
|
||||
|
||||
binary_sensor.front_door_on_off:
|
||||
friendly_name: "Front Door"
|
||||
|
||||
sensor.front_door_power:
|
||||
friendly_name: "Front Door Battery"
|
||||
Reference in New Issue
Block a user