Store runtime data inside the config entry in Shelly (#116763)

This commit is contained in:
Michael 2024-05-04 12:41:25 +02:00 committed by GitHub
parent e5543e3b95
commit 8238cd9f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 93 additions and 108 deletions

View file

@ -31,7 +31,6 @@ DOMAIN: Final = "shelly"
LOGGER: Logger = getLogger(__package__)
DATA_CONFIG_ENTRY: Final = "config_entry"
CONF_COAP_PORT: Final = "coap_port"
FIRMWARE_PATTERN: Final = re.compile(r"^(\d{8})")