Merge pull request #1326 from techie2000/techie2000-patch-1

Techie2000 patch 1 - Much more streamlined.  Thanks!
This commit is contained in:
Carlo Costanzo 2023-08-07 08:47:30 -04:00 committed by GitHub
commit 770c41f2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 11 deletions

13
.gitignore vendored
View File

@ -6,11 +6,9 @@
*.key *.key
*.conf *.conf
*.pickle *.pickle
*.db-journal *.db*
*.db-shm
*.db-wal
*.sqlite *.sqlite
*.log *.log*
*.db *.db
.cloud .cloud
.storage .storage
@ -19,9 +17,6 @@
.uuid .uuid
core.* core.*
core core
OZW_Log.txt
home-assistant.log
home-assistant.log.*
home-assistant_v2 home-assistant_v2
home-assistant_v2.* home-assistant_v2.*
deps deps
@ -36,10 +31,6 @@ secrets.yaml
secrets secrets
known_devices.yaml known_devices.yaml
.homekit.state .homekit.state
phue.conf
ios.conf
pyozw.sqlite
nest.conf
ipchange.yaml ipchange.yaml
ip_bans.yaml ip_bans.yaml
production_auth.json production_auth.json