Remove warning message on BMW initialization (#106169)
Co-authored-by: rikroe <rikroe@users.noreply.github.com>pull/106178/head
parent
13908cf5a6
commit
2b65fb22d3
|
@ -32,8 +32,6 @@ class BMWDataUpdateCoordinator(DataUpdateCoordinator[None]):
|
|||
entry.data[CONF_PASSWORD],
|
||||
get_region_from_name(entry.data[CONF_REGION]),
|
||||
observer_position=GPSPosition(hass.config.latitude, hass.config.longitude),
|
||||
# Force metric system as BMW API apparently only returns metric values now
|
||||
use_metric_units=True,
|
||||
)
|
||||
self.read_only = entry.options[CONF_READ_ONLY]
|
||||
self._entry = entry
|
||||
|
|
Loading…
Reference in New Issue