From b494074ee050ee8558d162a09c4f13fc28366a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Tue, 14 Oct 2025 15:32:31 +0100 Subject: [PATCH] Fix device registry arg docstring (#154453) --- homeassistant/helpers/device_registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(