mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-13 01:54:27 +05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ddca7c84f | ||
|
|
37b29c6369 |
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.8b7
|
current_version = 1.1.8b8
|
||||||
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
|
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|||||||
@@ -159,11 +159,6 @@ i2c_classes = {
|
|||||||
"opt3001": [
|
"opt3001": [
|
||||||
DeviceType(SensorDeviceClass.ILLUMINANCE, LIGHT_LUX, None),
|
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": [
|
"ina226": [
|
||||||
Skip,
|
Skip,
|
||||||
DeviceType(SensorDeviceClass.CURRENT, "A", None),
|
DeviceType(SensorDeviceClass.CURRENT, "A", None),
|
||||||
|
|||||||
@@ -15,5 +15,5 @@
|
|||||||
"@andvikt"
|
"@andvikt"
|
||||||
],
|
],
|
||||||
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
|
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
|
||||||
"version": "v1.1.8b7"
|
"version": "v1.1.8b8"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user