Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. proper sample multi-platform config with mdns support
  2. {
  3. "mdns": {
  4. "interface": "192.168.xx.xx"
  5. },
  6. "bridge": {
  7. "name": "Homebridge",
  8. "port": 51826,
  9. "pin": "xx-xx-xxx",
  10. "username": "CC:22:3D:E3:CE:30"
  11. },
  12. "accessories": [],
  13. "platforms": [{
  14. "platform": "Vera",
  15. "name": "Vera",
  16. "veraIP": "192.168.xx.xx",
  17. "includesensor": false,
  18. "ignorerooms": [20, 21, 22],
  19. "securitypoll": 2000,
  20. "includethermostat": false,
  21. "includeRGB": false,
  22. "garageLocks": [23],
  23. "ignoredevices": [24, 25],
  24. "ignorescenes": [26, 27],
  25. "ignoreplugins": ["Nest", "PhilipsHue", "Wemo"],
  26. "houseModes": false
  27. },
  28. {
  29. "platform": "config",
  30. "name": "Config",
  31. "port": 8080,
  32. "sudo": true
  33. },
  34.  
  35. {
  36. "platform": "WeatherPlus",
  37. "name": "WeatherPlus",
  38. "service": "darksky",
  39. "key": "token",
  40. "locationGeo": [50. xxx, 19.0 xxx],
  41. "language": "en",
  42. "forecast": [1, 2, 3, 4, 5, 6, 7]
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement