core/homeassistant/components/unifiprotect
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
binary_sensor.py Avoid writing unifiprotect state when nothing has changed (#100439) 2023-09-16 09:57:43 -05:00
button.py Avoid writing unifiprotect state when nothing has changed (#100439) 2023-09-16 09:57:43 -05:00
camera.py
config_flow.py
const.py
data.py
diagnostics.py
discovery.py
entity.py Move definition of attributes excluded from history to entity classes (#100430) 2023-09-21 15:02:47 +02:00
light.py
lock.py
manifest.json
media_player.py Avoid writing unifiprotect state when nothing has changed (#100439) 2023-09-16 09:57:43 -05:00
media_source.py
migrate.py
models.py
number.py Avoid writing unifiprotect state when nothing has changed (#100439) 2023-09-16 09:57:43 -05:00
repairs.py
select.py Avoid writing unifiprotect state when nothing has changed (#100439) 2023-09-16 09:57:43 -05:00
sensor.py Avoid writing unifiprotect state when nothing has changed (#100439) 2023-09-16 09:57:43 -05:00
services.py
services.yaml
strings.json
switch.py Avoid writing unifiprotect state when nothing has changed (#100439) 2023-09-16 09:57:43 -05:00
text.py
utils.py
views.py