mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-09 23:02:59 +00:00
yamllint
This commit is contained in:
@@ -7,7 +7,9 @@ binary_sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
floorplan_night_mode:
|
||||
value_template: "{{ states('sun.sun') == 'below_horizon' or is_state('input_boolean.floorplan_night_mode', 'on') }}"
|
||||
value_template: >-
|
||||
{{ states('sun.sun') == 'below_horizon'
|
||||
or is_state('input_boolean.floorplan_night_mode', 'on') }}
|
||||
|
||||
sensor:
|
||||
- platform: command_line
|
||||
@@ -54,14 +56,14 @@ automation:
|
||||
- service: script.say
|
||||
data:
|
||||
message: "Hey! I was out for a bit, but I'm back online!"
|
||||
# - service: notify.telegram
|
||||
# data:
|
||||
# title: "⚙️ *System Module*"
|
||||
# message: "Ask me to do something anytime!"
|
||||
# data:
|
||||
# keyboard:
|
||||
# - "/guest_mode_on, /guest_mode_off"
|
||||
# - "/status"
|
||||
# - service: notify.telegram
|
||||
# data:
|
||||
# title: "⚙️ *System Module*"
|
||||
# message: "Ask me to do something anytime!"
|
||||
# data:
|
||||
# keyboard:
|
||||
# - "/guest_mode_on, /guest_mode_off"
|
||||
# - "/status"
|
||||
|
||||
- alias: System · Telegram · Announce status
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user