Advertisement
arushear

appdaemon

May 6th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ---
  2. secrets: /homeassistant/secrets.yaml
  3. appdaemon:
  4. latitude: 52.0
  5. longitude: 4.0
  6. elevation: 2
  7. time_zone: Europe/Berlin
  8. plugins:
  9. HASS:
  10. type: hass
  11. MQTT:
  12. type: mqtt
  13. namespace: mqtt
  14. client_id: "appdaemon"
  15. client_host: 172.16.16.31
  16. client_port: 1883
  17. client_user: "homeassistant"
  18. client_password: "tubylohaslo"
  19. client_topics: NONE
  20. http:
  21. url: http://127.0.0.1:5050
  22. admin:
  23. api:
  24. hadashboard:
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement