File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments