Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. {
  2.  
  3. "bridge": {
  4. "name": "Homebridge",
  5. "username": "B8:27:EB:1A:F9:79",
  6. "port": 51826,
  7. "pin": "031-45-154"
  8. },
  9.  
  10. "description": "This is a basic bridge.",
  11.  
  12. "accessories": [{
  13. "accessory": "Air",
  14. "apikey": "f0835ae98805416e8cb36fb63b7faa83",
  15. "latitude": "52.229676",
  16. "longitude": "21.012229",
  17. "name": "Airly Air Quality"
  18. },
  19. {
  20. "accessory": "Air",
  21. "apikey": "f0835ae98805416e8cb36fb63b7faa83",
  22. "latitude": "52.218135",
  23. "longitude": "21.223965",
  24. "name": "Home Air Quality"
  25. }
  26. ],
  27.  
  28. "platforms": [{
  29. "platform": "WeatherStation",
  30. "name": "Warsaw Weather",
  31. "key": "b15135c031c200ed",
  32. "location": "pws:IMAZOWIE115",
  33. "interval": "4",
  34. "forecast": "3days"
  35. },
  36. {
  37. "platform": "eDomoticz",
  38. "name": "eDomoticz",
  39. "server": "192.168.8.107",
  40. "port": "8080",
  41. "ssl": 0,
  42. "roomid": 2,
  43. "mqtt": 1,
  44. "excludedDevices": []
  45. }
  46.  
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement