Skip to content

Commit 75f81fe

Browse files
authored
Set the pyaarlo version. (#1053)
Bring in "trusted browser" support.
1 parent b622236 commit 75f81fe

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
aarlo
2+
0.8.1.15
3+
Use pyaarlo with "trusted browser" support
24
0.8.1.14
35
Fix python version; purely to let people fall back to this version
46
if the pyaarlo version breaks on them

custom_components/aarlo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
from .cfg import BlendedCfg, PyaarloCfg
5454

5555

56-
__version__ = "0.8.1.14"
56+
__version__ = "0.8.1.15"
5757

5858
_LOGGER = logging.getLogger(__name__)
5959

custom_components/aarlo/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"issue_tracker": "https://github.com/twrecked/hass-aarlo/issues",
1414
"requirements": [
1515
"unidecode",
16-
"pyaarlo==0.8.0.14",
16+
"pyaarlo>=0.8.0.15",
1717
"aiofiles"
1818
],
19-
"version": "0.8.1.14"
19+
"version": "0.8.1.15"
2020
}

0 commit comments

Comments
 (0)