Skip to content

Commit b494074

Browse files
authored
Fix device registry arg docstring (home-assistant#154453)
1 parent 6aff128 commit b494074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homeassistant/helpers/device_registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ def _async_update_device( # noqa: C901
10451045
"""Private update device attributes.
10461046
10471047
:param add_config_subentry_id: Add the device to a specific subentry of add_config_entry_id
1048-
:param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_subentry_id
1048+
:param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_entry_id
10491049
"""
10501050
old = self.devices[device_id]
10511051

@@ -1346,7 +1346,7 @@ def async_update_device(
13461346
"""Update device attributes.
13471347
13481348
:param add_config_subentry_id: Add the device to a specific subentry of add_config_entry_id
1349-
:param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_subentry_id
1349+
:param remove_config_subentry_id: Remove the device from a specific subentry of remove_config_entry_id
13501350
"""
13511351
if suggested_area is not UNDEFINED:
13521352
report_usage(

0 commit comments

Comments
 (0)