mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 14:17:06 +00:00
Apply late review of tankerkoenig (#114582)
remove config entry from device, not device itself
This commit is contained in:
parent
94060b1566
commit
886f03dd71
@ -101,7 +101,9 @@ class TankerkoenigDataUpdateCoordinator(DataUpdateCoordinator):
|
|||||||
for station_id in self._selected_stations
|
for station_id in self._selected_stations
|
||||||
):
|
):
|
||||||
_LOGGER.debug("Removing obsolete device entry %s", device.name)
|
_LOGGER.debug("Removing obsolete device entry %s", device.name)
|
||||||
device_reg.async_remove_device(device.id)
|
device_reg.async_update_device(
|
||||||
|
device.id, remove_config_entry_id=self.config_entry.entry_id
|
||||||
|
)
|
||||||
|
|
||||||
if len(self.stations) > 10:
|
if len(self.stations) > 10:
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user