Compare commits

...

2 Commits

Author SHA1 Message Date
Викторов Андрей Германович
5fc4e1a31e Bump version: 1.1.8b9 → 1.1.8b10 2023-10-15 22:37:34 +03:00
Викторов Андрей Германович
cea3731336 fix sht31 2023-10-15 22:37:30 +03:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -504,7 +504,7 @@ class MegaD:
# инициализация сенсора
await self.request(**__params)
await asyncio.sleep(0.1)
self.sht31inited |= pt
self.sht31inited.add(pt)
delay = None
idx: int = params.pop("idx", None)
pt: int = params.get("pt", None)

View File

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