tuya-local icon indicating copy to clipboard operation
tuya-local copied to clipboard

Use entry.runtime_data to store device data

Open make-all opened this issue 1 year ago • 0 comments

Currently some runtime data is stored in hass.data. From HA 2024.5, this can be stored in entry.runtime_data instead, which has automatic cleanup. No deprecation of hass.data is mentioned, but making this move will future-proof against that eventually happening.

https://developers.home-assistant.io/blog/2024/04/30/store-runtime-data-inside-config-entry

make-all avatar May 05 '24 09:05 make-all