initial commit
This commit is contained in:
22
appdaemon.yaml
Executable file
22
appdaemon.yaml
Executable 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'
|
||||
Reference in New Issue
Block a user