mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 01:24:29 +05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ffaf2d907 | ||
|
|
349f0183cb | ||
|
|
9ddca7c84f | ||
|
|
37b29c6369 |
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.1.8b7
|
||||
current_version = 1.1.8b9
|
||||
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
@@ -502,7 +502,7 @@ class MegaD:
|
||||
__params = params.copy()
|
||||
__params["i2c_par"] = 9
|
||||
# инициализация сенсора
|
||||
await self.request(i2c_dev=i2c_dev, **__params)
|
||||
await self.request(**__params)
|
||||
await asyncio.sleep(0.1)
|
||||
self.sht31inited |= pt
|
||||
delay = None
|
||||
|
||||
@@ -159,11 +159,6 @@ i2c_classes = {
|
||||
"opt3001": [
|
||||
DeviceType(SensorDeviceClass.ILLUMINANCE, LIGHT_LUX, None),
|
||||
],
|
||||
"scd4x": [
|
||||
DeviceType(SensorDeviceClass.CO2, CONCENTRATION_PARTS_PER_MILLION, None),
|
||||
DeviceType(SensorDeviceClass.HUMIDITY, PERCENTAGE, None),
|
||||
DeviceType(SensorDeviceClass.TEMPERATURE, TEMP_CELSIUS, None),
|
||||
],
|
||||
"ina226": [
|
||||
Skip,
|
||||
DeviceType(SensorDeviceClass.CURRENT, "A", None),
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"@andvikt"
|
||||
],
|
||||
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
|
||||
"version": "v1.1.8b7"
|
||||
"version": "v1.1.8b9"
|
||||
}
|
||||
Reference in New Issue
Block a user