diff --git a/custom_components/vimar/__init__.py b/custom_components/vimar/__init__.py index d5300fa..2fd724c 100755 --- a/custom_components/vimar/__init__.py +++ b/custom_components/vimar/__init__.py @@ -61,7 +61,7 @@ SERVICE_RELOAD_DEFAULT = "reload_default" SERVICE_RELOAD_DEFAULT_SCHEMA = vol.Schema({}) -@asyncio.coroutine +# @ asyncio.coroutine async def async_setup(hass: HomeAssistant, config: Config): """Set up from config.""" hass.data.setdefault(DOMAIN, {}) @@ -206,4 +206,4 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: async def async_reload_entry(hass: HomeAssistant, entry: ConfigEntry) -> None: """Reload config entry.""" await async_unload_entry(hass, entry) - await async_setup_entry(hass, entry) \ No newline at end of file + await async_setup_entry(hass, entry) diff --git a/custom_components/vimar/manifest.json b/custom_components/vimar/manifest.json index daeee51..7dbb7cd 100755 --- a/custom_components/vimar/manifest.json +++ b/custom_components/vimar/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://github.com/h4de5/home-assistant-vimar", "iot_class": "local_polling", "issue_tracker": "https://github.com/h4de5/home-assistant-vimar/issues", - "version": "2023.1.0" + "version": "2023.6.0" }