Define Manual alarm as a helper (#123587)

This commit is contained in:
G Johansson 2024-08-12 09:14:48 +02:00 committed by GitHub
parent 4527de18d5
commit 86df43879c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -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"
}

View File

@ -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,