diff --git a/automation/flash_all.yaml b/automation/flash_all.yaml index 59764c0d..be106147 100755 --- a/automation/flash_all.yaml +++ b/automation/flash_all.yaml @@ -1,7 +1,7 @@ ###################################################################### -## Turn off my Office light whenever I leave the house. +## Flash all the lights! ###################################################################### -- alias: 'Carlo has left the building' +- alias: 'Flash all_lights' trigger: - platform: state entity_id: input_boolean.flash diff --git a/customize/input_booleans.yaml b/customize/input_booleans.yaml index 68f04b6d..debe9a55 100755 --- a/customize/input_booleans.yaml +++ b/customize/input_booleans.yaml @@ -8,6 +8,28 @@ input_boolean.alert_mode: hidden: False icon: mdi:alert-octagram + +input_boolean.flash: + friendly_name: 'Flash' + emulated_hue: False + hidden: False + icon: mdi:yin-yang + + +input_boolean.good_morning: + friendly_name: 'Good Morning' + emulated_hue: True + hidden: False + icon: mdi:weather-sunset-up + + +input_boolean.good_night: + friendly_name: 'Good Night' + emulated_hue: False + hidden: False + icon: mdi:weather-night + + input_boolean.guest_mode: friendly_name: 'Guest Mode' emulated_hue: True @@ -29,6 +51,13 @@ input_boolean.last_message: icon: mdi:repeat-once +input_boolean.meal_time: + friendly_name: 'Meal Time' + emulated_hue: True + hidden: False + icon: mdi:food + + input_boolean.responsibilities: friendly_name: 'Responsibilities' emulated_hue: True @@ -48,3 +77,17 @@ input_boolean.speech_notifications: emulated_hue: True hidden: False icon: mdi:speaker-wireless + + +input_boolean.tv_time: + friendly_name: 'Tv Time' + emulated_hue: True + hidden: False + icon: mdi:television-guide + + +input_boolean.work: + friendly_name: 'Work' + emulated_hue: True + hidden: False + icon: mdi:briefcase diff --git a/group/triggers.yaml b/group/triggers.yaml new file mode 100755 index 00000000..62e6911b --- /dev/null +++ b/group/triggers.yaml @@ -0,0 +1,11 @@ +Triggers: + control: hidden + entities: + - input_boolean.responsibilities + - input_boolean.home_stats + - input_boolean.flash + - input_boolean.good_morning + - input_boolean.good_night + - input_boolean.meal_time + - input_boolean.tv_time + - input_boolean.work diff --git a/sensor/weather.yaml b/sensor/weather.yaml index d955e36d..ed670781 100755 --- a/sensor/weather.yaml +++ b/sensor/weather.yaml @@ -1,7 +1,5 @@ - platform: darksky api_key: !secret forecast_key - forecast: - - 1 monitored_conditions: # - summary # - precip_type