diff --git a/custom_components/foldingathomecontrol/const.py b/custom_components/foldingathomecontrol/const.py index ee0bb96..1d37c79 100644 --- a/custom_components/foldingathomecontrol/const.py +++ b/custom_components/foldingathomecontrol/const.py @@ -15,7 +15,7 @@ UNSUB_DISPATCHERS = "unsub_dispatchers" DOMAIN = "foldingathomecontrol" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2.0.10" +VERSION = "2.0.12" PLATFORMS = ["sensor"] DATA_UPDATED = f"{DOMAIN}_data_updated" SENSOR_ADDED = f"{DOMAIN}_sensor_added" diff --git a/custom_components/foldingathomecontrol/manifest.json b/custom_components/foldingathomecontrol/manifest.json index f08d068..dbf714b 100644 --- a/custom_components/foldingathomecontrol/manifest.json +++ b/custom_components/foldingathomecontrol/manifest.json @@ -5,7 +5,7 @@ "issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues", "dependencies": [], "config_flow": true, - "version": "2.0.10", + "version": "2.0.12", "codeowners": [ "@eifinger" ],