diff --git a/Makefile b/Makefile index d422dca..92b2d65 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "0.1.4" +__VERSION__ = "0.1.5" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/teracom/const.py custom_components/teracom/manifest.json diff --git a/custom_components/teracom/const.py b/custom_components/teracom/const.py index 192dc91..284dcc4 100644 --- a/custom_components/teracom/const.py +++ b/custom_components/teracom/const.py @@ -3,4 +3,4 @@ DOMAIN = "teracom" SIGNAL_UPDATE_TERACOM = "signal_update_teracom" SUPPORTED_MODELS = {"TCW122B-CM", "TCW181B-CM"} -VERSION = "0.1.4" +VERSION = "0.1.5" diff --git a/custom_components/teracom/manifest.json b/custom_components/teracom/manifest.json index 075a9ea..c99c78e 100644 --- a/custom_components/teracom/manifest.json +++ b/custom_components/teracom/manifest.json @@ -5,7 +5,7 @@ "documentation": "https://github.com/astrandb/teracom/README.md", "issue_tracker": "https://github.com/astrandb/teracom_hass/issues", "requirements": [], - "version": "0.1.4", + "version": "0.1.5", "ssdp": [], "zeroconf": [], "homekit": {}, diff --git a/hacs.json b/hacs.json index 5aac3ca..7c0f6c1 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,12 @@ { "name": "Teracom Remote Monitoring", - "domains": ["binary_sensor", "sensor", "switch"], - "homeassistant": "0.118.0", - "iot_class": ["Local Poll"] -} + "domains": [ + "binary_sensor", + "sensor", + "switch" + ], + "homeassistant": "2021.11.0", + "iot_class": [ + "Local Poll" + ] +} \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index d672bc8..d43a5f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build