Remove monitored conditions from OpenUV (#31019)
* Remove monitored conditions from OpenUV * Code review comments
This commit is contained in:
parent
80887d757a
commit
288574b8d1
4 changed files with 80 additions and 102 deletions
|
@ -32,7 +32,7 @@ def configured_instances(hass):
|
|||
class OpenUvFlowHandler(config_entries.ConfigFlow):
|
||||
"""Handle an OpenUV config flow."""
|
||||
|
||||
VERSION = 1
|
||||
VERSION = 2
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue