Functions | |
| list[str] | expand_entity_ids (HomeAssistant hass, Iterable[Any] entity_ids) |
| list[str] | get_entity_ids (HomeAssistant hass, str entity_id, str|None domain_filter=None) |
Variables | |
| string | ENTITY_PREFIX = "group." |
Helper for groups.
| list[str] homeassistant.helpers.group.expand_entity_ids | ( | HomeAssistant | hass, |
| Iterable[Any] | entity_ids | ||
| ) |
| list[str] homeassistant.helpers.group.get_entity_ids | ( | HomeAssistant | hass, |
| str | entity_id, | ||
| str | None | domain_filter = None |
||
| ) |