Add discovery by manufacturer to Nettigo Air Monitor integration (#51155)
parent
4d428b87cb
commit
b6716ecebd
|
@ -4,8 +4,17 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/nam",
|
||||
"codeowners": ["@bieniu"],
|
||||
"requirements": ["nettigo-air-monitor==0.2.6"],
|
||||
"zeroconf": [{"type": "_http._tcp.local.", "name": "nam-*"}],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_http._tcp.local.",
|
||||
"name": "nam-*"
|
||||
},
|
||||
{
|
||||
"type": "_http._tcp.local.",
|
||||
"manufacturer": "nettigo"
|
||||
}
|
||||
],
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
}
|
|
@ -108,6 +108,10 @@ ZEROCONF = {
|
|||
"domain": "nam",
|
||||
"name": "nam-*"
|
||||
},
|
||||
{
|
||||
"domain": "nam",
|
||||
"manufacturer": "nettigo"
|
||||
},
|
||||
{
|
||||
"domain": "rachio",
|
||||
"name": "rachio*"
|
||||
|
|
Loading…
Reference in New Issue