mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix zeroconf name (#41908)
This commit is contained in:
parent
92488849ea
commit
798f7d1c63
@ -4,7 +4,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/brother",
|
||||
"codeowners": ["@bieniu"],
|
||||
"requirements": ["brother==0.1.18"],
|
||||
"zeroconf": [{"type": "_printer._tcp.local.", "name":"brother*"}],
|
||||
"zeroconf": [{"type": "_printer._tcp.local.", "name":"Brother*"}],
|
||||
"config_flow": true,
|
||||
"quality_scale": "platinum"
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ ZEROCONF = {
|
||||
"_printer._tcp.local.": [
|
||||
{
|
||||
"domain": "brother",
|
||||
"name": "brother*"
|
||||
"name": "Brother*"
|
||||
}
|
||||
],
|
||||
"_spotify-connect._tcp.local.": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user