Add discovery by manufacturer to Nettigo Air Monitor integration (#51155)
This commit is contained in:
parent
4d428b87cb
commit
b6716ecebd
2 changed files with 15 additions and 2 deletions
|
@ -4,7 +4,16 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nam",
|
"documentation": "https://www.home-assistant.io/integrations/nam",
|
||||||
"codeowners": ["@bieniu"],
|
"codeowners": ["@bieniu"],
|
||||||
"requirements": ["nettigo-air-monitor==0.2.6"],
|
"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,
|
"config_flow": true,
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
|
|
|
@ -108,6 +108,10 @@ ZEROCONF = {
|
||||||
"domain": "nam",
|
"domain": "nam",
|
||||||
"name": "nam-*"
|
"name": "nam-*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "nam",
|
||||||
|
"manufacturer": "nettigo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "rachio",
|
"domain": "rachio",
|
||||||
"name": "rachio*"
|
"name": "rachio*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue