mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Use default device sensors also for AirQ devices in Sensibo (#130841)
This commit is contained in:
parent
43235713c7
commit
6f947d2612
@ -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, ...] = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user