mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Fix casing on Powerview Gen3 zeroconf discovery (#128076)
This commit is contained in:
@ -267,6 +267,11 @@ HOMEKIT = {
|
||||
}
|
||||
|
||||
ZEROCONF = {
|
||||
"_PowerView-G3._tcp.local.": [
|
||||
{
|
||||
"domain": "hunterdouglas_powerview",
|
||||
},
|
||||
],
|
||||
"_Volumio._tcp.local.": [
|
||||
{
|
||||
"domain": "volumio",
|
||||
@ -695,11 +700,6 @@ ZEROCONF = {
|
||||
"domain": "plugwise",
|
||||
},
|
||||
],
|
||||
"_powerview-g3._tcp.local.": [
|
||||
{
|
||||
"domain": "hunterdouglas_powerview",
|
||||
},
|
||||
],
|
||||
"_powerview._tcp.local.": [
|
||||
{
|
||||
"domain": "hunterdouglas_powerview",
|
||||
|
Reference in New Issue
Block a user