We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63df2aa commit e1f40b8Copy full SHA for e1f40b8
changelog
@@ -1,4 +1,6 @@
1
aarlo
2
+0.8.1.17
3
+ workaround a self-inflicted pypi issue
4
0.8.1.16
5
Use pyaarlo with "trusted browser" support, fix for push
6
0.8.1.15
custom_components/aarlo/__init__.py
@@ -53,7 +53,7 @@
53
from .cfg import BlendedCfg, PyaarloCfg
54
55
56
-__version__ = "0.8.1.16"
+__version__ = "0.8.1.17"
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.16",
+ "pyaarlo==0.8.0.17",
17
"aiofiles"
18
],
19
- "version": "0.8.1.16"
+ "version": "0.8.1.17"
20
}
0 commit comments