Disable sky connect config entry if USB stick is not plugged in (#84975)

* Disable sky connect config entry if USB stick is not plugged in

* Remove debug stuff
This commit is contained in:
Erik Montnemery 2023-01-02 22:24:59 +01:00 committed by GitHub
parent 1724fcc150
commit 472c23d35f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 8 deletions

View file

@ -163,6 +163,7 @@ class ConfigEntryChange(StrEnum):
class ConfigEntryDisabler(StrEnum):
"""What disabled a config entry."""
INTEGRATION = "integration"
USER = "user"