Skip to content

Commit 58abad1

Browse files
committed
Bump up revision
1 parent e29c895 commit 58abad1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.9.0b18:
2+
The last beta...
3+
Added virtual numbers; thanks@olegtarasov
4+
Updated Slovakian translations, thanks @misa1515
15
0.9.0b17:
26
Switch device tracker to GPS if needed
37
Fix warning about POWER_VOLT_AMPERE_REACTIVE

custom_components/virtual/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .cfg import BlendedCfg, UpgradeCfg
3131

3232

33-
__version__ = '0.9.0b17'
33+
__version__ = '0.9.0b18'
3434

3535
_LOGGER = logging.getLogger(__name__)
3636

custom_components/virtual/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"documentation": "https://github.com/twrecked/hass-virtual/blob/master/README.md",
99
"iot_class": "local_push",
1010
"issue_tracker": "https://github.com/twrecked/hass-virtual/issues",
11-
"version": "0.9.0b17"
11+
"version": "0.9.0b18"
1212
}

0 commit comments

Comments
 (0)