1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-12-06 18:44:14 -05:00

Add noqa: ARG001 on unused hass

This commit is contained in:
Nathan Spencer
2025-11-24 05:17:26 +00:00
parent 04be6626a7
commit 873d2d4bb0
14 changed files with 34 additions and 26 deletions

View File

@@ -249,7 +249,9 @@ async def async_migrate_entry(hass: HomeAssistant, entry: OasisDeviceConfigEntry
async def async_remove_config_entry_device(
hass: HomeAssistant, config_entry: OasisDeviceConfigEntry, device_entry: DeviceEntry
hass: HomeAssistant, # noqa: ARG001
config_entry: OasisDeviceConfigEntry,
device_entry: DeviceEntry,
) -> bool:
"""
Determine whether the config entry is no longer associated with the given device.