core/homeassistant/components/group
Erik Montnemery df73850f56
Move definition of attributes excluded from history to entity classes (#100430)
* Move definition of attributes excluded from history to entity classes

* Revert change which should be in a follow-up PR

* Fix sun unrecorded attributes

* Fix input_select unrecorded attributes
2023-09-21 15:02:47 +02:00
..
__init__.py Move definition of attributes excluded from history to entity classes (#100430) 2023-09-21 15:02:47 +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 Move definition of attributes excluded from history to entity classes (#100430) 2023-09-21 15:02:47 +02:00
notify.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