mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Update Hue SSDP discovery (#30695)
This commit is contained in:
parent
1b739f9555
commit
1f9d6ba541
@ -6,7 +6,12 @@
|
|||||||
"requirements": ["aiohue==1.10.1"],
|
"requirements": ["aiohue==1.10.1"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Royal Philips Electronics"
|
"manufacturer": "Royal Philips Electronics",
|
||||||
|
"modelName": "Philips hue bridge 2012"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"manufacturer": "Royal Philips Electronics",
|
||||||
|
"modelName": "Philips hue bridge 2015"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"homekit": {
|
"homekit": {
|
||||||
|
@ -24,7 +24,12 @@ SSDP = {
|
|||||||
],
|
],
|
||||||
"hue": [
|
"hue": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Royal Philips Electronics"
|
"manufacturer": "Royal Philips Electronics",
|
||||||
|
"modelName": "Philips hue bridge 2012"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"manufacturer": "Royal Philips Electronics",
|
||||||
|
"modelName": "Philips hue bridge 2015"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"samsungtv": [
|
"samsungtv": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user