1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00

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,
SensorDeviceClass.TEMPERATURE,
],
"WaterPreasure": ["WaterPressure", PRESSURE_BAR, "mdi:pipe", 4, None],
"WaterPressure": ["WaterPressure", PRESSURE_BAR, "mdi:pipe", 4, None],
"AverageIgnitionTime": [
"averageIgnitiontime",
TIME_SECONDS,