Fix zeroconf name (#41908)

This commit is contained in:
Maciej Bieniek 2020-10-16 12:38:39 +02:00 committed by GitHub
parent 92488849ea
commit 798f7d1c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/brother", "documentation": "https://www.home-assistant.io/integrations/brother",
"codeowners": ["@bieniu"], "codeowners": ["@bieniu"],
"requirements": ["brother==0.1.18"], "requirements": ["brother==0.1.18"],
"zeroconf": [{"type": "_printer._tcp.local.", "name":"brother*"}], "zeroconf": [{"type": "_printer._tcp.local.", "name":"Brother*"}],
"config_flow": true, "config_flow": true,
"quality_scale": "platinum" "quality_scale": "platinum"
} }

View File

@ -111,7 +111,7 @@ ZEROCONF = {
"_printer._tcp.local.": [ "_printer._tcp.local.": [
{ {
"domain": "brother", "domain": "brother",
"name": "brother*" "name": "Brother*"
} }
], ],
"_spotify-connect._tcp.local.": [ "_spotify-connect._tcp.local.": [