initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# Input booleans
Component: [input boolean](https://home-assistant.io/components/input_boolean/)
Some of these are used to enable and disable automations, some are used to track whether something is in a particular state (and then trigger automations).
## Adults
A simple toggle for when the adults are away, since we'll want different things to happen then.
## Alarm
Now I'm using the manual alarm control panel, I don't need this any more.
## All
A simple toggle for when we're all away. This is mostly for things like lighting control, for now. It will be replaced by `input_boolean.home_occupied`
## Bedtime
If it's bedtime then it's time to turn off lights. If it's no longer bedtime, and it's still dark, it's time to turn some on.
## Guest mode
When we've got guests around certain behaviours need to be different, this is a manual toggle to control that.
## Holiday mode
If we're all away then some automations we'll simply not want running (and others that we wouldn't want running when we're home we would). This is to control those.
## Lighting
Just in case we ever want to disable the lighting automations, this will control that.
## Rooms
* There's a toggle to indicate that the living room lights were turned on automatically
* Each room has one to indicate whether it's occupied
## Notifications
To track whether it's a work/school/whatever day for people and nag them about key things.
Also controls whether to notify about the train status.
## People
Various people related booleans
### Awake
These are the indicators of whether people are (probably) asleep or awake, or in bed. These feed in to various automations.
### Home
Simple binary home/away indicators for people, plus one for the house as a whole.
### Travelling
These are used to indicate whether people are on an extended trip. These feed in to the Holiday mode, and will eventually feed in to things like chosing which notifiers get used, and other things.
@@ -0,0 +1,2 @@
name: Alarm mode
icon: mdi:shield-home
@@ -0,0 +1,2 @@
name: Allow Announcements
icon: mdi:bullhorn
+2
View File
@@ -0,0 +1,2 @@
name: Allow Fan
icon: mdi:fan
@@ -0,0 +1,2 @@
name: Announce Bedtime
icon: mdi:bullhorn
+2
View File
@@ -0,0 +1,2 @@
name: Adult(s) Asleep
icon: mdi:bed
+2
View File
@@ -0,0 +1,2 @@
name: Bedtime for Adults
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Enable Brightness Automations
icon: mdi:brightness-auto
+2
View File
@@ -0,0 +1,2 @@
name: Car home
icon: mdi:car
@@ -0,0 +1,2 @@
name: Cleaning House
icon: mdi:spray-bottle
@@ -0,0 +1,2 @@
name: Cycle Cam14
icon: mdi:cctv
@@ -0,0 +1,2 @@
name: Debug Recordings
icon: mdi:camera-metering-center
@@ -0,0 +1,2 @@
name: Debug Snapshots
icon: mdi:camera-metering-center
+2
View File
@@ -0,0 +1,2 @@
name: Doorbell
icon: mdi:doorbell
@@ -0,0 +1,2 @@
name: Show Ground Level Sensors
icon: mdi:alpha-g-circle
@@ -0,0 +1,2 @@
name: Guest mode
icon: mdi:account-multiple-plus
@@ -0,0 +1,2 @@
name: Home occupied
icon: mdi:home-variant-outline
@@ -0,0 +1,2 @@
name: Incoming Mail
icon: mdi:mailbox
@@ -0,0 +1,2 @@
name: Indoor Camera Lock
icon: mdi:lock
@@ -0,0 +1,2 @@
name: Indoor Recordings
icon: mdi:camera-metering-center
@@ -0,0 +1,2 @@
name: Indoor Snapshots
icon: mdi:camera-metering-center
@@ -0,0 +1,2 @@
name: Kids Asleep
icon: mdi:bunk-bed
@@ -0,0 +1,2 @@
name: Bedtime for Kids
icon: mdi:bunk-bed
@@ -0,0 +1,2 @@
name: Enable Lighting Automations
icon: mdi:light-switch
@@ -0,0 +1,2 @@
name: Lights Off Manually
icon: mdi:light-switch-off
@@ -0,0 +1,3 @@
name: Loop LivingColors
initial: off
icon: mdi:spotlight
@@ -0,0 +1,2 @@
name: Bridget More
icon: mdi:alpha-b-circle
@@ -0,0 +1,2 @@
name: Clint More
icon: mdi:alpha-c-circle
@@ -0,0 +1,2 @@
name: More
icon: mdi:laptop
@@ -0,0 +1,2 @@
name: Ebin More
icon: mdi:alpha-e-circle-outline
@@ -0,0 +1,2 @@
name: Emmett More
icon: mdi:alpha-e-circle
@@ -0,0 +1,2 @@
name: Front Room Roku Keyboard
icon: mdi:keyboard
@@ -0,0 +1,2 @@
name: Great Room Roku Keyboard
icon: mdi:keyboard
@@ -0,0 +1,2 @@
name: Inside Cameras
icon: mdi:home-circle
@@ -0,0 +1,2 @@
name: Kids Bedtime More
icon: mdi:bunk-bed
@@ -0,0 +1,2 @@
name: Kristy More
icon: mdi:alpha-k-circle-outline
@@ -0,0 +1 @@
name: Lovelace Light Levels More
@@ -0,0 +1,2 @@
name: Marshall More
icon: mdi:alpha-m-circle-outline
@@ -0,0 +1,2 @@
name: Outside Cameras
icon: mdi:home-circle-outline
@@ -0,0 +1,2 @@
name: More
icon: mdi:cellphone
@@ -0,0 +1,2 @@
name: Show Sprinklers
icon: mdi:sprinkler
@@ -0,0 +1,2 @@
name: Lovelace Show Stock
icon: mdi:cart
@@ -0,0 +1,2 @@
name: Tess More
icon: mdi:alpha-t-circle-outline
@@ -0,0 +1,2 @@
name: Whats Home More
icon: mdi:account-group
@@ -0,0 +1,2 @@
name: Mail Checked
icon: mdi:mailbox-open
@@ -0,0 +1,2 @@
name: Out of Bed Alert
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Outdoor Camera Lock
icon: mdi:lock
@@ -0,0 +1,2 @@
name: Outdoor Recordings
icon: mdi:camera-metering-center
@@ -0,0 +1,2 @@
name: Outdoor Snapshots
icon: mdi:camera-metering-center
@@ -0,0 +1,2 @@
name: Adults are away
icon: mdi:account-multiple
@@ -0,0 +1 @@
name: Everybody is away
@@ -0,0 +1,2 @@
name: Bridget At Work
icon: mdi:briefcase
@@ -0,0 +1,2 @@
name: Bridget Home
icon: mdi:human-child
@@ -0,0 +1,2 @@
name: Bridget In Bed
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Bridget Is Awake
icon: mdi:alarm
@@ -0,0 +1,2 @@
name: Bridget Tablet Home
icon: mdi:tablet
@@ -0,0 +1,2 @@
name: Bridget Travelling
icon: mdi:road
@@ -0,0 +1,2 @@
name: Clint Home
icon: mdi:human-male
@@ -0,0 +1,2 @@
name: Clint Home Alone
icon: mdi:human-male
@@ -0,0 +1,2 @@
name: Clint In Bed
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Clint Is Awake
icon: mdi:alarm
@@ -0,0 +1,2 @@
name: Clint Needs AM Meds
icon: mdi:pill
@@ -0,0 +1,2 @@
name: Clint Needs Meds
icon: mdi:pill
@@ -0,0 +1,2 @@
name: Clint Needs AP Meds
icon: mdi:pill
@@ -0,0 +1,2 @@
name: Clint Tablet Charging
icon: mdi:battery-charging
@@ -0,0 +1,2 @@
name: Clint Tablet Home
icon: mdi:tablet
@@ -0,0 +1,2 @@
name: Clint Travelling
icon: mdi:airplane
@@ -0,0 +1,2 @@
name: Clint Work From Home
icon: mdi:vpn
@@ -0,0 +1 @@
name: Notify Clint Work
@@ -0,0 +1,2 @@
name: Ebin At Work
icon: mdi:briefcase
@@ -0,0 +1,2 @@
name: Ebin Home
icon: mdi:human-child
@@ -0,0 +1,2 @@
name: Ebin In Bed
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Ebin Is Awake
icon: mdi:alarm
@@ -0,0 +1,2 @@
name: Ebin Travelling
icon: mdi:road
@@ -0,0 +1,2 @@
name: Emmett At Work
icon: mdi:briefcase
@@ -0,0 +1,2 @@
name: Emmett Home
icon: mdi:human-child
@@ -0,0 +1,2 @@
name: Emmett In Bed
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Emmett Is Awake
icon: mdi:alarm
@@ -0,0 +1,2 @@
name: Emmett Tablet Home
icon: mdi:tablet
@@ -0,0 +1,2 @@
name: Emmett Travelling
icon: mdi:road
@@ -0,0 +1,2 @@
name: Guest at work
icon: mdi:briefcase
@@ -0,0 +1,2 @@
name: Guest home
icon: mdi:human-male
@@ -0,0 +1,2 @@
name: Guest in bed
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Guest is awake
icon: mdi:alarm
@@ -0,0 +1 @@
name: Kids are away
@@ -0,0 +1,2 @@
name: Chickadee is Waiting
icon: mdi:alarm
@@ -0,0 +1,2 @@
name: Kristy At Work
icon: mdi:briefcase
@@ -0,0 +1,2 @@
name: Kristy Home
icon: mdi:human-female
@@ -0,0 +1,2 @@
name: Kristy In Bed
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Kristy Is Awake
icon: mdi:alarm
@@ -0,0 +1,2 @@
name: Kristy Travelling
icon: mdi:road
@@ -0,0 +1,2 @@
name: Marshall At Work
icon: mdi:briefcase
@@ -0,0 +1,2 @@
name: Marshall Home
icon: mdi:human-male
@@ -0,0 +1,2 @@
name: Marshall In Bed
icon: mdi:bed
@@ -0,0 +1,2 @@
name: Marshall Is Awake
icon: mdi:alarm
@@ -0,0 +1,2 @@
name: Marshall Travelling
icon: mdi:road
@@ -0,0 +1 @@
name: Teens are away
@@ -0,0 +1,2 @@
name: Tess At Work
icon: mdi:briefcase
@@ -0,0 +1,2 @@
name: Tess Home
icon: mdi:human-female
@@ -0,0 +1,2 @@
name: Tess In Bed
icon: mdi:bed

Some files were not shown because too many files have changed in this diff Show More