initial commit
This commit is contained in:
21
appdaemon.yaml
Normal file
21
appdaemon.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
appdaemon:
|
||||
import_method: expert
|
||||
# import_paths:
|
||||
# - /conf/apps/my_repo
|
||||
latitude: 0
|
||||
longitude: 0
|
||||
elevation: 30
|
||||
time_zone: America/Chicago
|
||||
plugins:
|
||||
HASS:
|
||||
type: hass
|
||||
ha_url: http://192.168.1.82:8123
|
||||
token: !secret long_lived_token
|
||||
http:
|
||||
url: http://0.0.0.0:5050
|
||||
admin:
|
||||
api:
|
||||
hadashboard:
|
||||
logs:
|
||||
main_log:
|
||||
level: DEBUG
|
||||
Reference in New Issue
Block a user