Use LENGTH_METERS constant (#34110)

This commit is contained in:
springstan 2020-04-12 21:44:56 +02:00 committed by GitHub
parent 538bb60022
commit 00b6409b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 57 additions and 18 deletions

View file

@ -20,6 +20,7 @@ from homeassistant.const import (
CONF_MONITORED_CONDITIONS,
CONF_NAME,
LENGTH_KILOMETERS,
LENGTH_METERS,
SPEED_KILOMETERS_PER_HOUR,
TEMP_CELSIUS,
UNIT_PERCENTAGE,
@ -73,7 +74,7 @@ SENSOR_TYPES = {
"rel_hum": ["Relative Humidity", UNIT_PERCENTAGE],
"sea_state": ["Sea State", None],
"swell_dir_worded": ["Swell Direction", None],
"swell_height": ["Swell Height", "m"],
"swell_height": ["Swell Height", LENGTH_METERS],
"swell_period": ["Swell Period", None],
"vis_km": [f"Visability {LENGTH_KILOMETERS}", LENGTH_KILOMETERS],
"weather": ["Weather", None],