mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Define Manual alarm as a helper (#123587)
This commit is contained in:
parent
4527de18d5
commit
86df43879c
@ -3,6 +3,7 @@
|
|||||||
"name": "Manual Alarm Control Panel",
|
"name": "Manual Alarm Control Panel",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/manual",
|
"documentation": "https://www.home-assistant.io/integrations/manual",
|
||||||
|
"integration_type": "helper",
|
||||||
"iot_class": "calculated",
|
"iot_class": "calculated",
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
@ -3449,12 +3449,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
},
|
},
|
||||||
"manual": {
|
|
||||||
"name": "Manual Alarm Control Panel",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false,
|
|
||||||
"iot_class": "calculated"
|
|
||||||
},
|
|
||||||
"marantz": {
|
"marantz": {
|
||||||
"name": "Marantz",
|
"name": "Marantz",
|
||||||
"integration_type": "virtual",
|
"integration_type": "virtual",
|
||||||
@ -7218,6 +7212,12 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
"manual": {
|
||||||
|
"name": "Manual Alarm Control Panel",
|
||||||
|
"integration_type": "helper",
|
||||||
|
"config_flow": false,
|
||||||
|
"iot_class": "calculated"
|
||||||
|
},
|
||||||
"min_max": {
|
"min_max": {
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user