diff --git a/dev/custom_components/sws12500/data.py b/dev/custom_components/sws12500/data.py index 1dec410..54e74ea 100644 --- a/dev/custom_components/sws12500/data.py +++ b/dev/custom_components/sws12500/data.py @@ -1,8 +1,8 @@ """Shared keys and helpers for storing integration runtime state in hass.data. This integration uses `hass.data[DOMAIN][entry_id]` as a per-entry dictionary. -Keeping keys in one place prevents subtle bugs where different modules -store different value types under the same key. +Keeping keys in one place prevents subtle bugs where different modules store +different value types under the same key. """ from __future__ import annotations