Set Smlight integration to local_push class (#125983)
parent
dadd397bf0
commit
1e4864d8c5
|
@ -5,7 +5,7 @@
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/smlight",
|
"documentation": "https://www.home-assistant.io/integrations/smlight",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_push",
|
||||||
"requirements": ["pysmlight==0.0.16"],
|
"requirements": ["pysmlight==0.0.16"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -5664,7 +5664,7 @@
|
||||||
"name": "SMLIGHT SLZB",
|
"name": "SMLIGHT SLZB",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"sms": {
|
"sms": {
|
||||||
"name": "SMS notifications via GSM-modem",
|
"name": "SMS notifications via GSM-modem",
|
||||||
|
|
Loading…
Reference in New Issue