Fix up ecobee windspeed unit (#119870)

This commit is contained in:
Brent Petit 2024-06-18 00:58:00 -05:00 committed by Franck Nijhof
parent 99d1de901e
commit e1225d3f56
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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