Compare commits

...

2 Commits

Author SHA1 Message Date
Викторов Андрей Германович
40ae6041ae Bump version: 1.1.8b11 → 1.1.8b12 2023-10-17 10:14:37 +03:00
Викторов Андрей Германович
8383c73d0e fix sensors 2023-10-17 10:14:34 +03:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.8b11
current_version = 1.1.8b12
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
commit = True
tag = True

View File

@@ -489,6 +489,7 @@ class MegaD:
:param params: параметры url
:return:
"""
params = params.copy()
pt = params.get("pt")
i2c_dev = params.get("i2c_dev", None)

View File

@@ -15,5 +15,5 @@
"@andvikt"
],
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
"version": "v1.1.8b11"
"version": "v1.1.8b12"
}