Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################
- ##Input_select##
- ################
- house_presence:
- name: House presence
- initial: Unknown #Default until actual state is known after restart
- options:
- - Unknown
- - Empty
- - Someone
- - Guests
- - Extended Away
- - Glenn
- # - P2
- # - P1 + P2
- bedroom_presence:
- name: Bedroom presence
- initial: Unknown #Default until actual state is known after restart
- options:
- - Unknown
- - Empty
- - Someone
- - Guests
- - Glenn
- # - P2
- # - P1 + P2
- - Extended Away
- # - Going to Sleep
- # - Sleeping
- # - Waking Up
- # - Woken Up
- glenn_location:
- name: Glenn location
- initial: Unknown #Default until actual state is known after restart
- options:
- - Unknown
- - Just Arrived
- - Home
- - Just Left
- - Away
- - Extended Away
- # - Living Room
- - Bedroom
- # - Bathroom
- # - Kitchen #Extra rooms can be added below
- ##########
- ##Groups##
- ##########
- person_locations:
- name: Person locations
- entities:
- - input_select.glenn_location
- # - input_select.p2_location #Add more defined input_selects below
- person_home_away:
- name: Person locations
- entities:
- - person.glenn
- # - person.p2 #Add more people below
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement