make-all / tuya-local

Local support for Tuya devices in Home Assistant
MIT License
1.32k stars 518 forks source link

Allow attributes to be excluded from recording #1512

Closed make-all closed 4 months ago

make-all commented 9 months ago

In HA 2023.10, a feature was added to allow attributes of entities to be marked as excluded from recording

https://developers.home-assistant.io/blog/2023/09/20/excluding-state-attributes-from-recording

This should be available for configs to use for unimportant dps that are added as extra attributes for device recognition and user info, but do not have value for long term monitoring.

make-all commented 8 months ago

Deferred, as the attributes introduced for this are per class, not per object, so cannot depend on per-device config

make-all commented 4 months ago

Won't fix: looking at the HA implementation, it requires the list to be immutable, and set at class level, not in each instance. So it cannot be applied as a config option.