Advertisement
kofii12345

appdaemon

May 19th, 2024
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.54 KB | None | 0 0
  1. appdaemon:
  2.   latitude: 0
  3.   longitude: 0
  4.   elevation: 30
  5.   time_zone: Europe/Berlin
  6.   plugins:
  7.     HASS:
  8.       type: hass
  9.       ha_url: http://192.168.0.195:8123
  10.       token: cdscdscdscs - token from Home Assistant
  11.       cert_verify: True
  12.     MQTT:
  13.       type: mqtt
  14.       namespace: mqtt
  15.       client_id: "appdaemon"
  16.       client_host: 192.168.0.195
  17.       client_port: 1883
  18.       client_user: "mqttlogin"
  19.       client_password: "mqttpass"
  20.       client_topics: NONE
  21. http:
  22.   url: http://192.168.0.195:5050
  23. admin:
  24. api:
  25. hadashboard:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement