Advertisement
Morukken

Config.json

Jun 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "accessories" : [
  3. {
  4. "name" : "Example PC",
  5. "accessory" : "NetworkDevice",
  6. "pingInterval" : "15",
  7. "mac" : "EX:AM:PL:E:PC",
  8. "wakeGraceTime" : "20",
  9. "ip" : "192.168.178.1",
  10. "shutdownGraceTime" : "45"
  11. },
  12. {
  13. "name" : "Pi Temp",
  14. "accessory" : "RaspberryPiTemperature"
  15. }
  16. ],
  17. "bridge" : {
  18. "username" : "CD:22:3D:E3:CE:10",
  19. "name" : "Homebridge",
  20. "pin" : "031-45-308",
  21. "port" : 51826
  22. },
  23. "platforms" : [
  24. {
  25. "sensors" : false,
  26. "users" : {
  27. "ECB5Fxxxxxxxxxxxx" : "vU3K2Z9qlxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  28. },
  29. "platform" : "Hue",
  30. "name" : "Phillips Hue",
  31. "nativeHomeKitSensors" : false,
  32. "lights" : true
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement