initial commit

This commit is contained in:
docker
2023-03-18 14:36:08 -05:00
commit 6c7b769628
9 changed files with 702 additions and 0 deletions

22
appdaemon.yaml Executable file
View File

@@ -0,0 +1,22 @@
appdaemon:
invalid_yaml_warnings: 0
missing_app_warnings: 0
latitude: 30.250968
longitude: -97.748193
elevation: 150
time_zone: America/Chicago
plugins:
HASS:
type: hass
ha_url: http://192.168.1.245:8123
token: !secret long_lived_token
http:
url: http://127.0.0.1:5050
admin:
api:
hadashboard:
logs:
main_log:
date_format: '%Y-%m-%d %I:%M:%S %p'
error_log:
date_format: '%Y-%m-%d %I:%M:%S %p'