mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Set Smlight integration to local_push class (#125983)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user