hass-core/homeassistant/components/group
Erik Montnemery e880ad7bda
Improve reload of legacy groups (#102925)
* Improve reload of legacy groups

* Simplify reload

* Get rid of inner function

* Fix logic when there are no group.group entities

* Update homeassistant/components/group/__init__.py

Co-authored-by: J. Nick Koston <nick@koston.org>

* Fix type hints

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2023-11-01 00:18:21 +01:00
..
__init__.py Improve reload of legacy groups (#102925) 2023-11-01 00:18:21 +01:00
binary_sensor.py Revert "Cache entity properties that are never expected to change in the base class" (#100422) 2023-09-15 11:25:24 +02:00
config_flow.py Correct state attributes in group helper preview (#99723) 2023-09-06 15:59:03 +02:00
const.py Add sensor to group (#83186) 2023-01-24 20:12:27 +01:00
cover.py Don't set assumed_state in cover groups (#99391) 2023-09-04 14:08:38 +02:00
event.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
fan.py Don't set assumed_state in fan groups (#99399) 2023-09-04 14:08:50 +02:00
light.py Small typing fix in light group (#99259) 2023-08-29 11:12:34 +02:00
lock.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
manifest.json Sort manifests 4 (#87025) 2023-02-08 20:27:05 +01:00
media_player.py Move definition of attributes excluded from history to entity classes (#100430) 2023-09-21 15:02:47 +02:00
notify.py Add support for services to return data (#94401) 2023-06-16 12:43:35 -04:00
reproduce_state.py
sensor.py Revert "Cache entity properties that are never expected to change in the base class" (#100422) 2023-09-15 11:25:24 +02:00
services.yaml Replace object select in service calls with more UI-friendly selectors (#101722) 2023-10-10 05:50:12 +02:00
strings.json Fix multilevel reference translations (#102338) 2023-10-20 08:12:53 +02:00
switch.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
util.py