We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b622236 commit 75f81feCopy full SHA for 75f81fe
changelog
@@ -1,4 +1,6 @@
1
aarlo
2
+0.8.1.15
3
+ Use pyaarlo with "trusted browser" support
4
0.8.1.14
5
Fix python version; purely to let people fall back to this version
6
if the pyaarlo version breaks on them
custom_components/aarlo/__init__.py
@@ -53,7 +53,7 @@
53
from .cfg import BlendedCfg, PyaarloCfg
54
55
56
-__version__ = "0.8.1.14"
+__version__ = "0.8.1.15"
57
58
_LOGGER = logging.getLogger(__name__)
59
custom_components/aarlo/manifest.json
@@ -13,8 +13,8 @@
13
"issue_tracker": "https://github.com/twrecked/hass-aarlo/issues",
14
"requirements": [
15
"unidecode",
16
- "pyaarlo==0.8.0.14",
+ "pyaarlo>=0.8.0.15",
17
"aiofiles"
18
],
19
- "version": "0.8.1.14"
+ "version": "0.8.1.15"
20
}
0 commit comments