core/homeassistant/components/group
Erik Montnemery d1afcd773f
Revert "Cache entity properties that are never expected to change in the base class" (#100422)
Revert "Cache entity properties that are never expected to change in the base class (#95315)"

This reverts commit 042776ebb8.
2023-09-15 11:25:24 +02:00
..
__init__.py Deduplicate entities derived from GroupEntity (#98893) 2023-08-23 19:20:58 +02: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
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
media_player.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
notify.py
recorder.py
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
strings.json Add support for event groups (#98463) 2023-08-24 12:49:38 +02:00
switch.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
util.py