Fix typo in ebusd WaterPressure const (#66355)

This commit is contained in:
nklebedev 2022-02-12 19:09:51 +03:00 committed by GitHub
parent 491e2e5978
commit 840d33f271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,