mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix missing sensor unit in RainMachine (#25101)
This commit is contained in:
parent
a9980c8be0
commit
b69663857b
@ -73,7 +73,7 @@ SENSORS = {
|
||||
TYPE_FLOW_SENSOR_CONSUMED_LITERS: (
|
||||
'Flow Sensor Consumed Liters', 'mdi:water-pump', 'liter', None),
|
||||
TYPE_FLOW_SENSOR_START_INDEX: (
|
||||
'Flow Sensor Start Index', 'mdi:water-pump', None),
|
||||
'Flow Sensor Start Index', 'mdi:water-pump', 'index', None),
|
||||
TYPE_FLOW_SENSOR_WATERING_CLICKS: (
|
||||
'Flow Sensor Clicks', 'mdi:water-pump', 'clicks', None),
|
||||
TYPE_FREEZE_TEMP: (
|
||||
|
Loading…
x
Reference in New Issue
Block a user