mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix typo in ebusd WaterPressure const (#66355)
This commit is contained in:
parent
491e2e5978
commit
840d33f271
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user