* Fix late group platform registration * use a callback instead * Run thread safe * Not working domain filter * Also update if a group has nested group's * Only update if the siingle state type key could change * Avoid redundant regisister hooks * Use set, add comment * Revert changes * Keep callback cleanup const * Cleanup after dependencies * Preimport and cleanup excluded domains * Revert test changes as we assume early set up now * Migrate alarm_control_panel * Migrate climate * Migrate cover * Migrate device_tracker * Migrate lock * Migrate media_player * Migrate person * Migrate plant * Migrate vacuum * Migrate water_heater * Remove water_heater group_pre_import * Use Platform enum if possible * Also use platform enum for excluded domains * Set registry to self._registry * move deregistering call back hook to async_added_to_hass * Add comment * Do no pass mutable reference to EXCLUDED_DOMAINS * Remove unneeded type hint
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"domain": "group",
|
|
"name": "Group",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/group",
|
|
"integration_type": "helper",
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal"
|
|
}
|