21 lines
386 B
YAML
21 lines
386 B
YAML
appdaemon:
|
|
uvloop: True
|
|
use_dictionary_unpacking: True
|
|
import_method: expert
|
|
latitude: 30.250968
|
|
longitude: -97.748193
|
|
elevation: 150
|
|
time_zone: US/Central
|
|
exclude_dirs:
|
|
- room_control
|
|
plugins:
|
|
HASS:
|
|
type: hass
|
|
ha_url: https://platform.john-stream.com
|
|
token: !secret long_lived_token
|
|
http:
|
|
url: http://0.0.0.0:5050
|
|
admin:
|
|
api:
|
|
hadashboard:
|