Remove warning message on BMW initialization (#106169)

Co-authored-by: rikroe <rikroe@users.noreply.github.com>
pull/106178/head
Richard Kroegel 2023-12-21 13:12:25 +01:00 committed by GitHub
parent 13908cf5a6
commit 2b65fb22d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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