Fix up ecobee windspeed unit (#119870)

This commit is contained in:
Brent Petit 2024-06-18 00:58:00 -05:00 committed by GitHub
parent dc553a81a1
commit 4be3b53143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ class EcobeeWeather(WeatherEntity):
_attr_native_pressure_unit = UnitOfPressure.HPA
_attr_native_temperature_unit = UnitOfTemperature.FAHRENHEIT
_attr_native_visibility_unit = UnitOfLength.METERS
_attr_native_wind_speed_unit = UnitOfSpeed.METERS_PER_SECOND
_attr_native_wind_speed_unit = UnitOfSpeed.MILES_PER_HOUR
_attr_has_entity_name = True
_attr_name = None
_attr_supported_features = WeatherEntityFeature.FORECAST_DAILY