diff --git a/homeassistant/helpers/device_registry.py b/homeassistant/helpers/device_registry.py index ef9c6b26b9f..d2a7b62d090 100644 --- a/homeassistant/helpers/device_registry.py +++ b/homeassistant/helpers/device_registry.py @@ -1045,7 +1045,7 @@ class DeviceRegistry(BaseRegistry[dict[str, list[dict[str, Any]]]]): """Private update device attributes. :param add_config_subentry_id: Add the device to a specific subentry of add_config_entry_id - :param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_subentry_id + :param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_entry_id """ old = self.devices[device_id] @@ -1346,7 +1346,7 @@ class DeviceRegistry(BaseRegistry[dict[str, list[dict[str, Any]]]]): """Update device attributes. :param add_config_subentry_id: Add the device to a specific subentry of add_config_entry_id - :param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_subentry_id + :param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_entry_id """ if suggested_area is not UNDEFINED: report_usage(