mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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",
|
||||
"codeowners": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/manual",
|
||||
"integration_type": "helper",
|
||||
"iot_class": "calculated",
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3449,12 +3449,6 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
"manual": {
|
||||
"name": "Manual Alarm Control Panel",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
"iot_class": "calculated"
|
||||
},
|
||||
"marantz": {
|
||||
"name": "Marantz",
|
||||
"integration_type": "virtual",
|
||||
@ -7218,6 +7212,12 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"manual": {
|
||||
"name": "Manual Alarm Control Panel",
|
||||
"integration_type": "helper",
|
||||
"config_flow": false,
|
||||
"iot_class": "calculated"
|
||||
},
|
||||
"min_max": {
|
||||
"integration_type": "helper",
|
||||
"config_flow": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user