mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02:00
Fix missing sensor unit in RainMachine (#25101)
This commit is contained in:
committed by
Pascal Vizeli
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: (
|
||||
|
||||
Reference in New Issue
Block a user