homebridge-esp-windowshades
Version:
ESP8266 windowshades plugin for Homebridge
21 lines (18 loc) • 460 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file. You can use this as a template for creating your own configuration file.",
"accessories": [
{
"accessory": "ESP8266WindowShades",
"name": "Window",
"hostname": "192.168.1.20",
"port": "1337",
"window": "1"
}
]
}