When I use the GUI to disable a sensor generated by this integration I get this warning:
2021-12-04 22:12:37 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses str for entity registry disabled_by. This is deprecated and will stop working in Home Assistant 2022.3, it should be updated to use RegistryEntryDisabler instead. Please report issue for config using this method at homeassistant/components/config/entity_registry.py, line 127: entry = registry.async_update_entity(msg["entity_id"], **changes)
When I use the GUI to disable a sensor generated by this integration I get this warning:
2021-12-04 22:12:37 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses str for entity registry disabled_by. This is deprecated and will stop working in Home Assistant 2022.3, it should be updated to use RegistryEntryDisabler instead. Please report issue for config using this method at homeassistant/components/config/entity_registry.py, line 127: entry = registry.async_update_entity(msg["entity_id"], **changes)