1 parent 8538be7 commit 7023672Copy full SHA for 7023672
1 file changed
custom_components/victron_mqtt/__init__.py
@@ -144,5 +144,5 @@ async def async_remove_config_entry_device(
144
config_entry: VictronGxConfigEntry,
145
device_entry: dr.DeviceEntry,
146
) -> bool:
147
- """Remove a device from the config entry."""
+ """Always allow removing a device from the config entry. Worse case it will be re-created on the next restart if it still exists in the hub."""
148
return True
0 commit comments