Add discovery by manufacturer to Nettigo Air Monitor integration (#51155)

pull/51238/head
Maciej Bieniek 2021-05-29 14:06:56 +02:00 committed by GitHub
parent 4d428b87cb
commit b6716ecebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -108,6 +108,10 @@ ZEROCONF = {
"domain": "nam",
"name": "nam-*"
},
{
"domain": "nam",
"manufacturer": "nettigo"
},
{
"domain": "rachio",
"name": "rachio*"