Updated to V5 Version - Hassio Style

Lots of updates here.

Updated my Readme - Added Affiliate Links, added some more information, better organized devices
Updated gitignore with paths realtive to my hassio config
Combined my switches and lights into single yaml files instead of the directory structure previously
Added zigbee2mqtt.yaml to packages - contains automations and such for zigbee2mqtt

Archived my previous version in the V4-config branch.
This commit is contained in:
Jeffrey Stone
2019-11-08 12:54:11 -05:00
parent f00f5bdccb
commit e02d084c92
74 changed files with 1409 additions and 1051 deletions

71
.gitignore vendored
View File

@@ -1,38 +1,41 @@
# Ignore everything explicitly
*
# ignore my git update script
update_git.py
# Whitelist files/folders with !, these will not be ignored.
!*.yaml
!.gitignore
!*.md
!templates/
!binary_sensors/
!sensors/
!packages/
!switches/
!lights/
!python_scripts/
!alerts/
!scripts/
# ignore hidden folders
/config/.storage
/config/.cloud
/config/.google.token
# ignore some directories.
/config/icloud/
/config/www/
/config/tts/
/config/deps/
/config/hadashboards/
/config/intents/
/config/themes/
/config/custom_components
# Then because I'm paranoid...
# Ignore folders.
.storage
.cloud
.google.token
.homekit.state
icloud/
www/
tts/
deps/
hadashboards/
intents/
secrets.yaml
ip_bans.yaml
._*
google_calendars.yaml
known_devices*
zones.yaml
scripts/test.yaml
# ignore any of these filesno matter where they are
**.DS_Store
**._*
**.HA_VERSION
**.pyc
**.conf
**.uuid
**.txt
**.log
**.db
**.sqlite
**.xml
**secrets*
**known_devices.yaml
**google_calendars.yaml
**ip_bans.yaml
**.spotify-token-cache
**zones.yaml
**test.yaml
**.homekit*
**.vscode