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 Franck Nijhof
parent 04bc041174
commit 6944ba0333
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

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