diff --git a/changelog b/changelog index 01e055f1..c4ec5f53 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ aarlo +0.8.1b15 + Bump pyaarlo revision to bring in MQTT server detection. 0.8.1b14 Fix callback threading issues. Thanks @bdraco 0.8.1b13 diff --git a/custom_components/aarlo/__init__.py b/custom_components/aarlo/__init__.py index f766a19e..6c3e47ae 100644 --- a/custom_components/aarlo/__init__.py +++ b/custom_components/aarlo/__init__.py @@ -53,7 +53,7 @@ from .cfg import BlendedCfg, PyaarloCfg -__version__ = "0.8.1b14" +__version__ = "0.8.1b15" _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/aarlo/manifest.json b/custom_components/aarlo/manifest.json index 36eb0b75..e115107a 100644 --- a/custom_components/aarlo/manifest.json +++ b/custom_components/aarlo/manifest.json @@ -13,7 +13,7 @@ "issue_tracker": "https://github.com/twrecked/hass-aarlo/issues", "requirements": [ "unidecode", - "pyaarlo>=0.8.0.4" + "pyaarlo>=0.8.0.6" ], "version": "0.8.1b14" }