Change snapcast to local_push (#93113)
parent
e100bcfaea
commit
86ad5ad113
|
@ -4,7 +4,7 @@
|
|||
"codeowners": ["@luar123"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/snapcast",
|
||||
"iot_class": "local_polling",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["construct", "snapcast"],
|
||||
"requirements": ["snapcast==2.3.3"]
|
||||
}
|
||||
|
|
|
@ -5097,7 +5097,7 @@
|
|||
"name": "Snapcast",
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"snips": {
|
||||
"name": "Snips",
|
||||
|
|
Loading…
Reference in New Issue