mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 11:37:46 +00:00
its still same keys
This commit is contained in:
parent
e72009ff03
commit
78f605e5ce
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ CLOUD_SCHEMA = vol.Schema(
|
|||
class RoombaConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Config flow."""
|
||||
|
||||
VERSION = 2
|
||||
VERSION = 1
|
||||
|
||||
_proposed_name: str
|
||||
_user_data: dict[str, any]
|
||||
|
|
|
|||
Loading…
Reference in a new issue