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:
parent
1724fcc150
commit
472c23d35f
4 changed files with 52 additions and 8 deletions
|
@ -163,6 +163,7 @@ class ConfigEntryChange(StrEnum):
|
|||
class ConfigEntryDisabler(StrEnum):
|
||||
"""What disabled a config entry."""
|
||||
|
||||
INTEGRATION = "integration"
|
||||
USER = "user"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue