mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 09:45:07 +00:00
Stating to Break apart the Config files
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Home Assistant configuration files (YAMLs)
|
Home Assistant configuration files (YAMLs)
|
||||||
|
|
||||||
This is my Home Assistant Configuration. I update it pretty regularly.
|
This is my Home Assistant Configuration. I update it pretty regularly.
|
||||||
Home Assistantruns on my Raspberry Pi 3 with Z Wave Stick. I've also added a 433Mhz Transmitter and receiver.
|
Home Assistantruns on my Raspberry Pi 3 with Aeon Labs Z Wave Stick (GEN 5). I've also added a 433Mhz Transmitter and receiver.
|
||||||
|
|
||||||
Software on the Pi : Home Assistant, Dasher, HomeBridge
|
Software on the Pi : Home Assistant, Dasher, HomeBridge
|
||||||
|
|
||||||
@@ -18,7 +18,11 @@ Devices I have :
|
|||||||
* Rachio Sprinkler system
|
* Rachio Sprinkler system
|
||||||
* SkyBell HD
|
* SkyBell HD
|
||||||
* Rokus for all streaming
|
* Rokus for all streaming
|
||||||
|
* Samsung Smart TV
|
||||||
* ChromeCast Audios
|
* ChromeCast Audios
|
||||||
* Etekcity Outlets
|
* Etekcity Outlets
|
||||||
* Amazon Dash Buttons
|
* Amazon Dash Buttons
|
||||||
|
* Door Sensors (AEON Labs)
|
||||||
|
* Nintendo Wii
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -165,35 +165,8 @@ sensor Speedtest:
|
|||||||
|
|
||||||
# A comma separated list of states that have to be tracked as a single group
|
# A comma separated list of states that have to be tracked as a single group
|
||||||
# Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME)
|
# Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME)
|
||||||
group:
|
group: !include_dir_merge_named group
|
||||||
Family:
|
|
||||||
- device_tracker.carlo
|
|
||||||
- device_tracker.stacey
|
|
||||||
- device_tracker.franco
|
|
||||||
- device_tracker.yolanda
|
|
||||||
- device_tracker.joyce_ipad
|
|
||||||
Devices:
|
|
||||||
- sensor.since_last_boot_templated
|
|
||||||
- sensor.wii
|
|
||||||
- sensor.hue_hub
|
|
||||||
- sensor.tablotv
|
|
||||||
- sensor.alexa_echo
|
|
||||||
- sensor.circle
|
|
||||||
- sensor.rachio
|
|
||||||
- sensor.skybell
|
|
||||||
- sensor.samsungtv
|
|
||||||
Internet:
|
|
||||||
- sensor.speedtest_download
|
|
||||||
- sensor.speedtest_upload
|
|
||||||
Sensors:
|
|
||||||
- binary_sensor._sensor_2
|
|
||||||
- binary_sensor._sensor_3
|
|
||||||
- binary_sensor._sensor_5
|
|
||||||
- binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_4
|
|
||||||
- binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_6
|
|
||||||
Nest:
|
|
||||||
- climate.downstairs
|
|
||||||
- climate.upstairs
|
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
platform: rpi_rf
|
platform: rpi_rf
|
||||||
|
|||||||
11
group/devices.yaml
Executable file
11
group/devices.yaml
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
Devices:
|
||||||
|
entities:
|
||||||
|
- sensor.since_last_boot_templated
|
||||||
|
- sensor.wii
|
||||||
|
- sensor.hue_hub
|
||||||
|
- sensor.tablotv
|
||||||
|
- sensor.alexa_echo
|
||||||
|
- sensor.circle
|
||||||
|
- sensor.rachio
|
||||||
|
- sensor.skybell
|
||||||
|
- sensor.samsungtv
|
||||||
4
group/internet.yaml
Executable file
4
group/internet.yaml
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
Internet:
|
||||||
|
entities:
|
||||||
|
- sensor.speedtest_download
|
||||||
|
- sensor.speedtest_upload
|
||||||
4
group/nest.yaml
Executable file
4
group/nest.yaml
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
Nest:
|
||||||
|
entities:
|
||||||
|
- climate.downstairs
|
||||||
|
- climate.upstairs
|
||||||
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
|
||||||
7
group/sensors.yaml
Executable file
7
group/sensors.yaml
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
Sensors:
|
||||||
|
entities:
|
||||||
|
- binary_sensor._sensor_2
|
||||||
|
- binary_sensor._sensor_3
|
||||||
|
- binary_sensor._sensor_5
|
||||||
|
- binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_4
|
||||||
|
- binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_6
|
||||||
Reference in New Issue
Block a user