mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
UI v3
This commit is contained in:
@@ -272,7 +272,7 @@ automation:
|
||||
entity_id: fan.philips_airpurifier
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: input_boolean.georgi_home
|
||||
entity_id: input_boolean.someone_home
|
||||
state: "on"
|
||||
action:
|
||||
- service: fan.turn_on
|
||||
@@ -299,7 +299,7 @@ automation:
|
||||
condition: and
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.georgi_home
|
||||
entity_id: input_boolean.someone_home
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: fan.philips_airpurifier
|
||||
|
||||
@@ -11,7 +11,7 @@ automation:
|
||||
- alias: "Hallway tablet · Set to home after 10 minutes"
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: binary_sensor.georgi_home
|
||||
entity_id: binary_sensor.someone_home
|
||||
to: "on"
|
||||
for:
|
||||
minutes: 10
|
||||
|
||||
@@ -47,7 +47,7 @@ script:
|
||||
- service: input_number.set_value
|
||||
entity_id: input_number.brita_remaining_liters
|
||||
data:
|
||||
value: 150
|
||||
value: 100
|
||||
- service: input_datetime.set_datetime
|
||||
entity_id: input_datetime.brita_next_change
|
||||
data_template:
|
||||
|
||||
@@ -128,7 +128,7 @@ script:
|
||||
entity_id: sensor.dark_sky_apparent_temperature
|
||||
above: 23
|
||||
- condition: state
|
||||
entity_id: input_boolean.georgi_home
|
||||
entity_id: input_boolean.someone_home
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: binary_sensor.living_room_right_window
|
||||
|
||||
@@ -144,6 +144,7 @@ automation:
|
||||
action:
|
||||
- service: media_player.turn_on
|
||||
entity_id: media_player.living_room_tv
|
||||
- delay: "00:00:15"
|
||||
- service: media_player.select_source
|
||||
entity_id: media_player.living_room_tv
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user