mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Will pushing from the server break anything?
This commit is contained in:
+137
-137
@@ -23,97 +23,97 @@ my_room_status:
|
||||
- input_boolean.dining_room_occupied
|
||||
- input_boolean.great_room_occupied
|
||||
- input_boolean.utility_room_occupied
|
||||
- input_boolean.master_bedroom_occupied
|
||||
- input_boolean.bedroom_occupied
|
||||
- input_boolean.girls_room_occupied
|
||||
- input_boolean.master_bathroom_occupied
|
||||
- input_boolean.bathroom_occupied
|
||||
- input_boolean.boys_room_occupied
|
||||
- input_boolean.mancave_occupied
|
||||
- input_boolean.computer_area_occupied
|
||||
- input_boolean.entryway_occupied
|
||||
- input_boolean.garage_occupied
|
||||
|
||||
mancave_motion:
|
||||
name: Mancave Motion
|
||||
icon: mdi:motion-sensor
|
||||
entities:
|
||||
- binary_sensor.mancave_motion_switch_home_security_motion_detection
|
||||
# mancave_motion:
|
||||
# name: Mancave Motion
|
||||
# icon: mdi:motion-sensor
|
||||
# entities:
|
||||
# - binary_sensor.mancave_motion_switch_motion_detection
|
||||
|
||||
furnace_room_motion:
|
||||
name: Furnace Room Motion
|
||||
icon: mdi:motion-sensor
|
||||
entities:
|
||||
- binary_sensor.furnace_room_motion_switch_home_security_motion_detection
|
||||
# furnace_room_motion:
|
||||
# name: Furnace Room Motion
|
||||
# icon: mdi:motion-sensor
|
||||
# entities:
|
||||
# - binary_sensor.furnace_room_motion_switch_motion_detection
|
||||
|
||||
boys_room_motion:
|
||||
name: Boys Room Motion
|
||||
icon: mdi:motion-sensor
|
||||
entities:
|
||||
- binary_sensor.boys_room_motion_switch_motion_detection
|
||||
- binary_sensor.boys_room_multisensor_motion_detection
|
||||
# boys_room_motion:
|
||||
# name: Boys Room Motion
|
||||
# icon: mdi:motion-sensor
|
||||
# entities:
|
||||
# - binary_sensor.boys_room_motion_switch_motion_detection
|
||||
# - binary_sensor.boys_room_multisensor_motion_detection
|
||||
|
||||
front_room_motion:
|
||||
name: Front Room Motion
|
||||
icon: mdi:motion-sensor
|
||||
entities:
|
||||
- binary_sensor.front_room_motion_switch_home_security_motion_detection
|
||||
- binary_sensor.front_room_motion_sensor_home_security_motion_detection
|
||||
- binary_sensor.front_room_motion
|
||||
# front_room_motion:
|
||||
# name: Front Room Motion
|
||||
# icon: mdi:motion-sensor
|
||||
# entities:
|
||||
# - binary_sensor.front_room_motion_switch_motion_detection
|
||||
# - binary_sensor.front_room_motion_sensor_motion_detection
|
||||
# - binary_sensor.front_room_motion
|
||||
|
||||
dining_room_motion:
|
||||
name: Dining Room Motion
|
||||
icon: mdi:motion-sensor
|
||||
entities:
|
||||
- binary_sensor.dining_room_motion_switch_home_security_motion_detection
|
||||
- binary_sensor.dining_room_multisensor_motion_detection
|
||||
- binary_sensor.bar_motion
|
||||
# dining_room_motion:
|
||||
# name: Dining Room Motion
|
||||
# icon: mdi:motion-sensor
|
||||
# entities:
|
||||
# - binary_sensor.dining_room_motion_switch_motion_detection
|
||||
# - binary_sensor.dining_room_multisensor_motion_detection
|
||||
# - binary_sensor.bar_motion
|
||||
|
||||
master_bedroom_doors:
|
||||
name: Master Bedroom Doors
|
||||
icon: hass:door
|
||||
entities:
|
||||
- binary_sensor.master_bedroom_closet_door_contact
|
||||
- binary_sensor.master_bedroom_door_contact
|
||||
- binary_sensor.master_suite_door_contact
|
||||
# master_bedroom_doors:
|
||||
# name: Master Bedroom Doors
|
||||
# icon: hass:door
|
||||
# entities:
|
||||
# - binary_sensor.master_bedroom_closet_door_contact
|
||||
# - binary_sensor.master_bedroom_door_contact
|
||||
# - binary_sensor.master_suite_door_contact
|
||||
|
||||
master_bathroom_doors:
|
||||
icon: hass:door
|
||||
name: Master Bathroom Doors
|
||||
entities:
|
||||
- binary_sensor.master_suite_door_contact
|
||||
- binary_sensor.master_bathroom_door_contact
|
||||
# master_bathroom_doors:
|
||||
# icon: hass:door
|
||||
# name: Master Bathroom Doors
|
||||
# entities:
|
||||
# - binary_sensor.master_suite_door_contact
|
||||
# - binary_sensor.master_bathroom_door_contact
|
||||
|
||||
master_bathroom_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Master Bathroom Motion
|
||||
entities:
|
||||
- binary_sensor.master_bathroom_motion_switch_home_security_motion_detection
|
||||
# master_bathroom_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Master Bathroom Motion
|
||||
# entities:
|
||||
# - binary_sensor.master_bathroom_motion_switch_motion_detection
|
||||
|
||||
computer_area_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Computer Area Motion
|
||||
entities:
|
||||
- binary_sensor.computer_area_multisensor_home_security_motion_detection
|
||||
- binary_sensor.great_room_motion_switch_home_security_motion_detection
|
||||
- binary_sensor.everything_presence_lite_8fa4fc_occupancy
|
||||
# computer_area_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Computer Area Motion
|
||||
# entities:
|
||||
# - binary_sensor.computer_area_multisensor_motion_detection
|
||||
# - binary_sensor.great_room_motion_switch_motion_detection
|
||||
# - binary_sensor.everything_presence_lite_8fa4fc_occupancy
|
||||
|
||||
utility_room_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Utility Room Motion
|
||||
entities:
|
||||
- binary_sensor.utility_room_motion_switch_home_security_motion_detection
|
||||
# utility_room_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Utility Room Motion
|
||||
# entities:
|
||||
# - binary_sensor.utility_room_motion_switch_motion_detection
|
||||
|
||||
kitchen_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Kitchen Motion
|
||||
entities:
|
||||
- binary_sensor.kitchen_multisensor_home_security_motion_detection
|
||||
# kitchen_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Kitchen Motion
|
||||
# entities:
|
||||
# - binary_sensor.kitchen_multisensor_motion_detection
|
||||
|
||||
great_room_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Great Room Motion
|
||||
entities:
|
||||
- binary_sensor.great_room_multisensor_home_security_motion_detection
|
||||
- binary_sensor.everything_presence_lite_8fa4fc_occupancy
|
||||
# great_room_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Great Room Motion
|
||||
# entities:
|
||||
# - binary_sensor.great_room_multisensor_motion_detection
|
||||
# - binary_sensor.everything_presence_lite_8fa4fc_occupancy
|
||||
|
||||
# girls_room_doors:
|
||||
# icon: hass:door
|
||||
@@ -126,56 +126,56 @@ great_room_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Girls Room Motion
|
||||
# entities:
|
||||
# - binary_sensor.girls_room_multisensor_home_security_motion_detection # The Aeotech
|
||||
# - binary_sensor.girls_room_closet_motion_switch_home_security_motion_detection
|
||||
# - binary_sensor.girls_room_multisensor_motion_detection # The Aeotech
|
||||
# - binary_sensor.girls_room_closet_motion_switch_motion_detection
|
||||
|
||||
master_bedroom_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Master Bedroom Motion
|
||||
entities:
|
||||
- binary_sensor.master_bedroom_multisensor_home_security_motion_detection
|
||||
- binary_sensor.master_bedroom_closet_motion_switch_home_security_motion_detection
|
||||
# master_bedroom_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Master Bedroom Motion
|
||||
# entities:
|
||||
# - binary_sensor.master_bedroom_multisensor_motion_detection
|
||||
# - binary_sensor.master_bedroom_closet_motion_switch_motion_detection
|
||||
|
||||
entryway_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Entryway Motion
|
||||
entities:
|
||||
- binary_sensor.entryway_motion_switch_home_security_motion_detection
|
||||
- binary_sensor.great_room_motion_switch_home_security_motion_detection
|
||||
- binary_sensor.entryway_motion
|
||||
# entryway_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Entryway Motion
|
||||
# entities:
|
||||
# - binary_sensor.entryway_motion_switch_motion_detection
|
||||
# - binary_sensor.great_room_motion_switch_motion_detection
|
||||
# - binary_sensor.entryway_motion
|
||||
|
||||
garage_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Garage Motion
|
||||
entities:
|
||||
- binary_sensor.garage_motion_switch_home_security_motion_detection
|
||||
- binary_sensor.garage_multisensor_home_security_motion_detection
|
||||
# garage_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Garage Motion
|
||||
# entities:
|
||||
# - binary_sensor.garage_motion_switch_motion_detection
|
||||
# - binary_sensor.garage_multisensor_motion_detection
|
||||
|
||||
workshop_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Workshop Motion
|
||||
entities:
|
||||
- binary_sensor.workshop_person_occupancy
|
||||
- binary_sensor.garage_multisensor_home_security_motion_detection
|
||||
# workshop_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Workshop Motion
|
||||
# entities:
|
||||
# - binary_sensor.workshop_person_occupancy
|
||||
# - binary_sensor.garage_multisensor_motion_detection
|
||||
|
||||
front_porch_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Front Porch Motion
|
||||
entities:
|
||||
- binary_sensor.front_porch_motion
|
||||
# front_porch_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Front Porch Motion
|
||||
# entities:
|
||||
# - binary_sensor.front_porch_motion
|
||||
|
||||
back_yard_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Back Yard Motion
|
||||
entities:
|
||||
- binary_sensor.frigate_cam14_person_occupancy
|
||||
# back_yard_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Back Yard Motion
|
||||
# entities:
|
||||
# - binary_sensor.frigate_cam14_person_occupancy
|
||||
|
||||
front_yard_motion:
|
||||
icon: mdi:motion-sensor
|
||||
name: Front Yard Motion
|
||||
entities:
|
||||
- binary_sensor.frigate_cam19_person_occupancy
|
||||
- binary_sensor.front_porch_motion
|
||||
# front_yard_motion:
|
||||
# icon: mdi:motion-sensor
|
||||
# name: Front Yard Motion
|
||||
# entities:
|
||||
# - binary_sensor.frigate_cam19_person_occupancy
|
||||
# - binary_sensor.front_porch_motion
|
||||
|
||||
person_clint:
|
||||
name: Clint
|
||||
@@ -235,17 +235,17 @@ person_household:
|
||||
- input_boolean.ebin_home
|
||||
- input_boolean.guest_home
|
||||
|
||||
my_exterior_doors:
|
||||
name: My Exterior Doors
|
||||
icon: hass:door
|
||||
entities:
|
||||
- binary_sensor.front_door_contact
|
||||
- binary_sensor.garage_door
|
||||
# - binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
- binary_sensor.patio_door_contact
|
||||
# - binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
# my_exterior_doors:
|
||||
# name: My Exterior Doors
|
||||
# icon: hass:door
|
||||
# entities:
|
||||
# - binary_sensor.front_door_contact
|
||||
# - binary_sensor.garage_door
|
||||
# # - binary_sensor.outer_garage_door
|
||||
# - binary_sensor.outer_garage_door_contact
|
||||
# - binary_sensor.patio_door_contact
|
||||
# # - binary_sensor.inner_garage_door
|
||||
# - binary_sensor.inner_garage_door_contact
|
||||
|
||||
my_hvac_affecting_openings:
|
||||
name: My HVAC Affecting Openings
|
||||
@@ -261,15 +261,15 @@ my_hvac_affecting_openings:
|
||||
- binary_sensor.boys_room_window_contact
|
||||
- binary_sensor.entryway_window_contact
|
||||
|
||||
my_garage_doors:
|
||||
name: My Garage Doors
|
||||
icon: hass:door
|
||||
entities:
|
||||
- binary_sensor.garage_door
|
||||
# - binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
# - binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
# my_garage_doors:
|
||||
# name: My Garage Doors
|
||||
# icon: hass:door
|
||||
# entities:
|
||||
# - binary_sensor.garage_door
|
||||
# # - binary_sensor.outer_garage_door
|
||||
# - binary_sensor.outer_garage_door_contact
|
||||
# # - binary_sensor.inner_garage_door
|
||||
# - binary_sensor.inner_garage_door_contact
|
||||
|
||||
my_exterior_windows:
|
||||
name: My Exterior Windows
|
||||
@@ -291,7 +291,7 @@ my_lights:
|
||||
- light.computer_area_hue
|
||||
- light.great_room_hue
|
||||
# - light.dining_room_hue
|
||||
- light.dining_room_switch
|
||||
- light.dining_room
|
||||
- light.entryway_hue
|
||||
- light.front_room_hue
|
||||
- light.kitchen_hue
|
||||
|
||||
Reference in New Issue
Block a user