Legacy Configuration Support¶
The card maintains backward compatibility with older configuration formats:
Legacy Sensor Configuration (Deprecated)¶
# Old way (still works but deprecated)
temperature_sensor: sensor.custom_temperature
humidity_sensor: sensor.custom_humidity
# New way (recommended)
sensors:
- sensor.custom_temperature
- sensor.custom_humidity
Migration Notes¶
- Legacy
temperature_sensorandhumidity_sensorproperties still work - They will be combined with the new
sensorsarray if both are present - Plan to migrate to
sensorsarray as legacy properties may be removed in future versions