mirror of
https://github.com/andvikt/mega_hacs.git
synced 2026-02-06 17:36:14 +05:00
i2c
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user