mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 09:06:29 +00:00
Fix udisks2 standard options constant (#4145)
This commit is contained in:
parent
4c2d729646
commit
165af46f54
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
|
||||||
UDISKS2_DEFAULT_OPTIONS = {"auth.no_user_interaction": True}
|
from dbus_fast import Variant
|
||||||
|
|
||||||
|
UDISKS2_DEFAULT_OPTIONS = {"auth.no_user_interaction": Variant("b", True)}
|
||||||
|
|
||||||
|
|
||||||
class EncryptType(str, Enum):
|
class EncryptType(str, Enum):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user