Stating to Break apart the Config files

This commit is contained in:
CCOSTAN
2016-10-11 18:10:44 +00:00
parent 65597ae937
commit 4c313b5786
7 changed files with 40 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
Home Assistant configuration files (YAMLs)
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
@@ -18,7 +18,11 @@ Devices I have :
* Rachio Sprinkler system
* SkyBell HD
* Rokus for all streaming
* Samsung Smart TV
* ChromeCast Audios
* Etekcity Outlets
* Amazon Dash Buttons
* Door Sensors (AEON Labs)
* Nintendo Wii

View File

@@ -165,35 +165,8 @@ sensor Speedtest:
# 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)
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
group: !include_dir_merge_named group
switch:
platform: rpi_rf

11
group/devices.yaml Executable file
View 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
View File

@@ -0,0 +1,4 @@
Internet:
entities:
- sensor.speedtest_download
- sensor.speedtest_upload

4
group/nest.yaml Executable file
View File

@@ -0,0 +1,4 @@
Nest:
entities:
- climate.downstairs
- climate.upstairs

7
group/people.yaml Executable file
View 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
View 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