mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Will this get rid of the colors?
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
alias: "Bridget Away"
|
||||
id: automation_bridget_away
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: "Bridget Home"
|
||||
id: automation_bridget_home
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Bridget In Bed
|
||||
id: automation_bridget_in_bed
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -2,6 +2,7 @@ initial_state: "on"
|
||||
alias: "Bridget Location Update"
|
||||
id: automation_bridget_location_update
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
# Bridget moved
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Bridget Status at Startup
|
||||
id: automation_bridget_status_at_startup
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: homeassistant
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Clint WFH
|
||||
id: automation_clint_wfh
|
||||
mode: restart
|
||||
#description:
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.clint_work_from_home
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
alias: Clint Asleep
|
||||
id: automation_clint_asleep
|
||||
#description:
|
||||
|
||||
initial_state: 'on'
|
||||
trigger:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
alias: Clint at Work
|
||||
id: automation_clint_at_work
|
||||
#description:
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: device_tracker.pixel_7
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Clint Awake
|
||||
id: automation_clint_awake
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Clint Away
|
||||
id: automation_clint_away
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Clint Home
|
||||
id: automation_clint_home
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
initial_state: 'off'
|
||||
alias: 'clint home after work'
|
||||
id: automation_home_after_work
|
||||
#description:
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: device_tracker.pixel_7
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
alias: Clint in Bed
|
||||
id: automation_clint_in_bed
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
# Bed in master bedroom is occupied
|
||||
|
||||
@@ -2,6 +2,7 @@ initial_state: 'on'
|
||||
alias: 'Clint Location Update'
|
||||
id: automation_clint_location_update
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
# I've moved
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Clint Travelling
|
||||
id: automation_clint_travelling
|
||||
initial_state: 'on'
|
||||
#description:
|
||||
trigger:
|
||||
- platform: homeassistant
|
||||
event: start
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: 'Clint Up'
|
||||
id: automation_clint_up
|
||||
initial_state: 'on'
|
||||
#description:
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: media_player.great_room
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Clint Wakeup
|
||||
id: automation_clint_wake_up
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
initial_state: 'on'
|
||||
alias: 'Clint changing zones'
|
||||
id: automation_clint_changing_zones
|
||||
#description:
|
||||
trigger:
|
||||
# Been away for a few minutes
|
||||
- platform: state
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
alias: Clint Status at Startup
|
||||
id: automation_clint_status_at_startup
|
||||
mode: restart
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: homeassistant
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
alias: Set Clint Next Alarm
|
||||
id: automation_set_clint_next_alarm
|
||||
#description:
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -2,6 +2,7 @@ alias: 'Wake Clint'
|
||||
|
||||
id: automation_wake_clint
|
||||
initial_state: on
|
||||
#description:
|
||||
trigger:
|
||||
platform: time
|
||||
at: input_datetime.clint_next_alarm
|
||||
|
||||
Reference in New Issue
Block a user