mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix typo in ebusd WaterPressure const (#66355)
This commit is contained in:
@@ -191,7 +191,7 @@ SENSOR_TYPES = {
|
|||||||
4,
|
4,
|
||||||
SensorDeviceClass.TEMPERATURE,
|
SensorDeviceClass.TEMPERATURE,
|
||||||
],
|
],
|
||||||
"WaterPreasure": ["WaterPressure", PRESSURE_BAR, "mdi:pipe", 4, None],
|
"WaterPressure": ["WaterPressure", PRESSURE_BAR, "mdi:pipe", 4, None],
|
||||||
"AverageIgnitionTime": [
|
"AverageIgnitionTime": [
|
||||||
"averageIgnitiontime",
|
"averageIgnitiontime",
|
||||||
TIME_SECONDS,
|
TIME_SECONDS,
|
||||||
|
Reference in New Issue
Block a user