mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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,
|
||||
SensorDeviceClass.TEMPERATURE,
|
||||
],
|
||||
"WaterPreasure": ["WaterPressure", PRESSURE_BAR, "mdi:pipe", 4, None],
|
||||
"WaterPressure": ["WaterPressure", PRESSURE_BAR, "mdi:pipe", 4, None],
|
||||
"AverageIgnitionTime": [
|
||||
"averageIgnitiontime",
|
||||
TIME_SECONDS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user