mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Fix config version setter (#1716)
Co-authored-by: Klaudiusz Staniek <klstanie@cisco.com>
This commit is contained in:
parent
6d8c821148
commit
1cf534ccc5
@ -69,7 +69,7 @@ class CoreConfig(JsonConfig):
|
||||
@version.setter
|
||||
def version(self, value: str):
|
||||
"""Set config version."""
|
||||
self._data[ATTR_VERSION] = str
|
||||
self._data[ATTR_VERSION] = value
|
||||
|
||||
@property
|
||||
def wait_boot(self) -> int:
|
||||
|
Loading…
x
Reference in New Issue
Block a user