mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-28 09:01:08 +00:00
Massive Migration! #292
This commit is contained in:
25
group/Indoor_Outdoor.yaml
Executable file
25
group/Indoor_Outdoor.yaml
Executable file
@@ -0,0 +1,25 @@
|
||||
Interior_Lights:
|
||||
entities:
|
||||
- group.bedroom_lights
|
||||
- group.living_room_lights
|
||||
- group.living_room_accents
|
||||
- group.dinette_lights
|
||||
- group.dining_room_lights
|
||||
- group.den_lights
|
||||
- group.foyer_lights
|
||||
- group.office_lights
|
||||
- group.hallway_lights
|
||||
- group.kitchen_lights
|
||||
- group.upstairs_lights
|
||||
- group.outdoor_pool_lights
|
||||
- group.garage_lights
|
||||
- group.paiges_room
|
||||
- group.justins_room
|
||||
|
||||
Exterior_Lights:
|
||||
entities:
|
||||
- light.outdoor_bathroom
|
||||
- light.outside_pool_lights
|
||||
- group.outdoor_pool_lights
|
||||
- group.outdoor_front_lights
|
||||
- group.landscaping
|
5
group/MQTT.yaml
Executable file
5
group/MQTT.yaml
Executable file
@@ -0,0 +1,5 @@
|
||||
MQTT:
|
||||
entities:
|
||||
- sensor.rachio_watering_time
|
||||
- sensor.medicine_time
|
||||
- sensor.last_message
|
4
group/amps.yaml
Executable file
4
group/amps.yaml
Executable file
@@ -0,0 +1,4 @@
|
||||
AMPs:
|
||||
entities:
|
||||
- switch.living_room_amp
|
||||
# - switch.bathroom_amp
|
8
group/doors.yaml
Executable file
8
group/doors.yaml
Executable file
@@ -0,0 +1,8 @@
|
||||
doors:
|
||||
name: Doors
|
||||
entities:
|
||||
- binary_sensor.hallway_linen_opened
|
||||
- binary_sensor.hallway_pantry_opened
|
||||
- binary_sensor.kitchen_door_opened
|
||||
- binary_sensor.MCU2_GPIO12 # Main Slider
|
||||
- binary_sensor.MCU3_Light # Alarm Door
|
13
group/garage.yaml
Executable file
13
group/garage.yaml
Executable file
@@ -0,0 +1,13 @@
|
||||
garage_doors:
|
||||
name: Garage doors
|
||||
entities:
|
||||
- cover.large_garage
|
||||
- sensor.large_garage_status
|
||||
- sensor.large_garage_time_in_state
|
||||
- sensor.large_garage_wifi_signal_strength
|
||||
- sensor.large_garage_reflection_rate
|
||||
- cover.small_garage
|
||||
- sensor.small_garage_status
|
||||
- sensor.small_garage_time_in_state
|
||||
- sensor.small_garage_wifi_signal_strength
|
||||
- sensor.small_garage_reflection_rate
|
8
group/home_mode.yaml
Executable file
8
group/home_mode.yaml
Executable file
@@ -0,0 +1,8 @@
|
||||
home_modes:
|
||||
control: hidden
|
||||
entities:
|
||||
- input_boolean.guest_mode
|
||||
- input_boolean.school_mode
|
||||
- input_boolean.alert_mode
|
||||
- input_boolean.speech_notifications
|
||||
- input_boolean.last_message
|
97
group/lights.yaml
Executable file
97
group/lights.yaml
Executable file
@@ -0,0 +1,97 @@
|
||||
Bedroom lights:
|
||||
entities:
|
||||
- light.bedroom
|
||||
|
||||
kitchen lights:
|
||||
entities:
|
||||
- light.k1
|
||||
- light.k2
|
||||
- light.k3
|
||||
- light.k4
|
||||
- light.k5
|
||||
- light.k6
|
||||
- light.sink
|
||||
- light.fridge
|
||||
|
||||
Living Room lights:
|
||||
entities:
|
||||
- light.m1_back_left
|
||||
- light.m1_back_right
|
||||
- light.m1_front_left
|
||||
- light.m1_front_right
|
||||
- light.m1_slider
|
||||
|
||||
Living Room Accents:
|
||||
entities:
|
||||
- light.couch_1
|
||||
- light.tv_light
|
||||
- light.tv_stand_light
|
||||
|
||||
Dinette lights:
|
||||
entities:
|
||||
- light.d1
|
||||
- light.d2
|
||||
|
||||
Den lights:
|
||||
entities:
|
||||
- light.den_lamp
|
||||
|
||||
Foyer lights:
|
||||
entities:
|
||||
- light.f1
|
||||
- light.f2
|
||||
|
||||
Office lights:
|
||||
entities:
|
||||
- light.office_lamp
|
||||
|
||||
Upstairs lights:
|
||||
entities:
|
||||
- light.upstairs_lamp
|
||||
- light.upstairs_hallway
|
||||
|
||||
Dining Room lights:
|
||||
entities:
|
||||
- light.s1
|
||||
- light.s2
|
||||
- light.s3
|
||||
- light.s4
|
||||
|
||||
Outdoor Pool Lights:
|
||||
entities:
|
||||
- light.p1_front_left
|
||||
- light.p1_front_right
|
||||
- light.p1_back_left
|
||||
- light.p1_back_right
|
||||
|
||||
Outdoor Front Lights:
|
||||
entities:
|
||||
- light.outdoor_foyer
|
||||
- light.outdoor_sconce_1
|
||||
- light.outdoor_sconce_2
|
||||
- light.outdoor_sconce_3
|
||||
- light.led_garage_large
|
||||
- light.led_garage_snip
|
||||
- light.led_garage_small
|
||||
- light.led_outdoor_den
|
||||
- light.stone_door
|
||||
|
||||
Garage lights:
|
||||
control: hidden
|
||||
entities:
|
||||
- light.garage_attic
|
||||
- switch.garage_outlet
|
||||
|
||||
Hallway Lights:
|
||||
entities:
|
||||
- light.kids_hallway
|
||||
- light.bedroom_hallway
|
||||
- light.upstairs_hallway
|
||||
|
||||
Justins Room:
|
||||
entities:
|
||||
- light.justin_go
|
||||
|
||||
Paiges Room:
|
||||
entities:
|
||||
- light.paige_go
|
9
group/media_players.yaml
Executable file
9
group/media_players.yaml
Executable file
@@ -0,0 +1,9 @@
|
||||
media_players:
|
||||
entities:
|
||||
- media_player.livingroomcc
|
||||
- media_player.whole_house
|
||||
- media_player.living_room_tv
|
||||
- media_player.living_room_ultra
|
||||
- media_player.upstairs_living_room
|
||||
- media_player.alarm_clock
|
||||
- media_player.bedroom_alarm_panel
|
6
group/motion.yaml
Executable file
6
group/motion.yaml
Executable file
@@ -0,0 +1,6 @@
|
||||
motion:
|
||||
name: Motion Detectors
|
||||
entities:
|
||||
- binary_sensor.office_motion
|
||||
- binary_sensor.entry_alarm_panel
|
||||
- binary_sensor.bedroom_alarm_panel
|
7
group/people.yaml
Executable file
7
group/people.yaml
Executable file
@@ -0,0 +1,7 @@
|
||||
Family:
|
||||
entities:
|
||||
- device_tracker.carlo
|
||||
- device_tracker.stacey
|
||||
- device_tracker.franco
|
||||
- device_tracker.yolanda
|
||||
- device_tracker.joyce_ipad
|
3
group/sensors.yaml
Executable file
3
group/sensors.yaml
Executable file
@@ -0,0 +1,3 @@
|
||||
Sensors:
|
||||
entities:
|
||||
- binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_3_0
|
16
group/switches.yaml
Executable file
16
group/switches.yaml
Executable file
@@ -0,0 +1,16 @@
|
||||
Interior Switches:
|
||||
entities:
|
||||
- switch.den_outlet
|
||||
- switch.living_room_outlet
|
||||
- switch.foyer_outlet
|
||||
- switch.kitchen_Accents
|
||||
- switch.kitchen_accent_2
|
||||
- switch.printer_outlet
|
||||
- switch.front_door_outlet
|
||||
- switch.garage_outlet
|
||||
- switch.living_room_amp
|
||||
- switch.master_bathroom_accents
|
||||
- switch.master_bathroom_accents_2
|
||||
- switch.pool_deck
|
||||
- switch.1412_2_Outlet
|
||||
- switch.1412_3_Outlet
|
14
group/triggers.yaml
Executable file
14
group/triggers.yaml
Executable file
@@ -0,0 +1,14 @@
|
||||
Triggers:
|
||||
control: hidden
|
||||
entities:
|
||||
- input_boolean.house_station
|
||||
- input_boolean.responsibilities
|
||||
- input_boolean.home_stats
|
||||
- input_boolean.flash
|
||||
- input_boolean.guard_dog
|
||||
- input_boolean.sleepy_dog
|
||||
- input_boolean.good_morning
|
||||
- input_boolean.good_night
|
||||
- input_boolean.meal_time
|
||||
- input_boolean.tv_time
|
||||
- input_boolean.work
|
74
group/views.yaml.old
Executable file
74
group/views.yaml.old
Executable file
@@ -0,0 +1,74 @@
|
||||
Bear Stone View:
|
||||
name: Bear Stone Run
|
||||
view: yes
|
||||
icon: mdi:home
|
||||
entities:
|
||||
- persistent_notification.update_available
|
||||
- group.home_modes
|
||||
- group.family
|
||||
- group.weather
|
||||
- group.amps
|
||||
- group.Bedroom_lights
|
||||
- group.Kitchen_lights
|
||||
- group.Dinette_lights
|
||||
- group.living_room_lights
|
||||
- group.living_room_accents
|
||||
- group.dining_room_lights
|
||||
- group.foyer_lights
|
||||
- group.upstairs_lights
|
||||
- group.den_lights
|
||||
- group.hallway
|
||||
- group.office_lights
|
||||
- group.garage_lights
|
||||
- group.outdoor_pool_lights
|
||||
- group.outdoor_lights
|
||||
- group.all_switches
|
||||
- group.media_players
|
||||
|
||||
Doors:
|
||||
view: yes
|
||||
icon: mdi:security-home
|
||||
entities:
|
||||
- group.family
|
||||
- group.garage_doors
|
||||
|
||||
|
||||
Lights:
|
||||
view: yes
|
||||
icon: mdi:lightbulb
|
||||
entities:
|
||||
- group.home_modes
|
||||
- group.amps
|
||||
- group.interior_lights
|
||||
- group.outdoor_lights
|
||||
- group.Bedroom_lights
|
||||
- group.Kitchen_lights
|
||||
- group.Dinette_lights
|
||||
- group.living_room_lights
|
||||
- group.living_room_accents
|
||||
- group.dining_room_lights
|
||||
- group.foyer_lights
|
||||
- group.upstairs_lights
|
||||
- group.den_lights
|
||||
- group.office_lights
|
||||
- group.garage_lights
|
||||
- group.outdoor_pool_lights
|
||||
- group.outdoor_front_lights
|
||||
- group.all_switches
|
||||
|
||||
Info:
|
||||
view: yes
|
||||
icon: mdi:settings
|
||||
entities:
|
||||
- group.family
|
||||
- group.home_modes
|
||||
- group.network
|
||||
- group.sensors
|
||||
- group.garage_doors
|
||||
- sun.sun
|
||||
- group.media_players
|
||||
- group.weather
|
||||
- group.all_lights
|
||||
- group.all_switches
|
||||
- group.all_automations
|
||||
- group.all_scripts
|
19
group/weather.yaml
Executable file
19
group/weather.yaml
Executable file
@@ -0,0 +1,19 @@
|
||||
Weather:
|
||||
entities:
|
||||
- climate.downstairs
|
||||
- sensor.downstairs_thermostat_humidity
|
||||
- climate.upstairs
|
||||
- sensor.upstairs_thermostat_humidity
|
||||
- sensor.dark_sky_cloud_coverage
|
||||
- sensor.dark_sky_minutely_summary
|
||||
# - sensor.dark_sky_nearest_storm_distance
|
||||
- sensor.dark_sky_precip_intensity
|
||||
- sensor.dark_sky_daily_max_precip_intensity
|
||||
- sensor.dark_sky_wind_speed
|
||||
- sensor.dark_sky_humidity
|
||||
- sensor.dark_sky_temperature
|
||||
- sensor.dark_sky_uv_index
|
||||
- sensor.moon
|
||||
- binary_sensor.iss
|
||||
- sensor.launch_window
|
||||
- camera.wu_doppler_weather
|
Reference in New Issue
Block a user