mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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",
|
"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"
|
||||||
}
|
}
|
||||||
|
@ -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.": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user