Use default device sensors also for AirQ devices in Sensibo (#130841)

This commit is contained in:
G Johansson 2024-11-17 23:28:54 +01:00 committed by GitHub
parent 43235713c7
commit 6f947d2612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,6 +178,7 @@ AIRQ_SENSOR_TYPES: tuple[SensiboDeviceSensorEntityDescription, ...] = (
value_fn=lambda data: data.co2, value_fn=lambda data: data.co2,
extra_fn=None, extra_fn=None,
), ),
*DEVICE_SENSOR_TYPES,
) )
ELEMENT_SENSOR_TYPES: tuple[SensiboDeviceSensorEntityDescription, ...] = ( ELEMENT_SENSOR_TYPES: tuple[SensiboDeviceSensorEntityDescription, ...] = (