mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Re-Organize Boolean for #72
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
11
group/triggers.yaml
Executable file
11
group/triggers.yaml
Executable file
@@ -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
|
@@ -1,7 +1,5 @@
|
||||
- platform: darksky
|
||||
api_key: !secret forecast_key
|
||||
forecast:
|
||||
- 1
|
||||
monitored_conditions:
|
||||
# - summary
|
||||
# - precip_type
|
||||
|
Reference in New Issue
Block a user