mirror of
https://github.com/esphome/esphome.git
synced 2026-08-17 19:13:18 +08:00
[opentherm] Fix l/min unit capitalization to L/min (#17804)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
e0644ab20a
commit
b5e18eb101
@@ -91,7 +91,7 @@ SENSORS: dict[str, SensorSchema] = {
|
||||
),
|
||||
"dhw_flow_rate": SensorSchema(
|
||||
description="Water flow rate in DHW circuit",
|
||||
unit_of_measurement="l/min",
|
||||
unit_of_measurement="L/min",
|
||||
accuracy_decimals=2,
|
||||
icon="mdi:waves-arrow-right",
|
||||
state_class=STATE_CLASS_MEASUREMENT,
|
||||
|
||||
Reference in New Issue
Block a user