Advertisement
alexgill434

Untitled

Apr 25th, 2025
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.38 KB | None | 0 0
  1. # AppDaemon Add-on Configuration
  2. volumes:
  3.  - /config/www:/config/www  # Mount the www folder in Home Assistant
  4.  
  5. # Optional configuration for AppDaemon settings
  6. appdaemon:
  7.   latitude: 52.379189
  8.   longitude: 4.899431
  9.   elevation: 2
  10.   time_zone: Europe/Amsterdam
  11.   plugins:
  12.     HASS:
  13.       type: hass
  14. http:
  15.   url: http://127.0.0.1:5050
  16. admin: true
  17. api: true
  18. hadashboard: true
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement