Skip to content

Commit 7023672

Browse files
committed
Fix comment
1 parent 8538be7 commit 7023672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/victron_mqtt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ async def async_remove_config_entry_device(
144144
config_entry: VictronGxConfigEntry,
145145
device_entry: dr.DeviceEntry,
146146
) -> bool:
147-
"""Remove a device from the config entry."""
147+
"""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."""
148148
return True

0 commit comments

Comments
 (0)