mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-15 06:13:11 +01:00
add new supported_types key for HA to sample config
This commit is contained in:
@@ -94,7 +94,8 @@
|
|||||||
"platform": "HomeAssistant",
|
"platform": "HomeAssistant",
|
||||||
"name": "HomeAssistant",
|
"name": "HomeAssistant",
|
||||||
"host": "http://192.168.1.10:8123",
|
"host": "http://192.168.1.10:8123",
|
||||||
"password": "XXXXX"
|
"password": "XXXXX",
|
||||||
|
"supported_types": ["light", "switch", "media_player", "scene"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user