We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f76a3 commit c28521aCopy full SHA for c28521a
.github/workflows/docker.yml
@@ -47,9 +47,9 @@ jobs:
47
file: ./demo/Dockerfile
48
tags: |
49
benleb/automoli:latest
50
- benleb/automoli:0.10.1
+ benleb/automoli:0.11.0
51
ghcr.io/benleb/ad-automoli:latest
52
- ghcr.io/benleb/ad-automoli:0.10.1
+ ghcr.io/benleb/ad-automoli:0.11.0
53
platforms: ${{ matrix.platform }}
54
# platforms: |
55
# linux/amd64
apps/automoli/automoli.py
@@ -18,7 +18,7 @@
18
import hassapi as hass
19
20
21
-__version__ = "0.10.1"
+__version__ = "0.11.0"
22
23
APP_NAME = "AutoMoLi"
24
APP_ICON = "💡"
0 commit comments