enkama / hass-variables

Home Assistant variables component
90 stars 12 forks source link

Add option to exclude from recorder #49

Closed Snuffy2 closed 1 year ago

Snuffy2 commented 1 year ago

For variables with large attributes, the event recorder will give a Warning if the attributes is >16kb. This will exclude the variable from the recorder.

Will need to factor this change into #45 as well.

Fixes #40

Leaving as draft for now as this is based on v3.0.1. Will need to refactor once v3.1+ is released.