fix sht31 updating issue

fix filters positive float
This commit is contained in:
Викторов Андрей Германович
2021-11-03 10:24:21 +03:00
parent ebb513b83d
commit a77794dff7
3 changed files with 21 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ async def validate_input(hass: core.HomeAssistant, data):
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a config flow for mega."""
VERSION = 25
VERSION = 26
CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED
async def async_step_user(self, user_input=None):