From 7f3d6fe1f0e41cfa38d7ff255a6b94f11fd3ef62 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 14 May 2024 21:15:05 +0200 Subject: [PATCH] Fix lying docstring in entity_platform (#117450) --- homeassistant/helpers/entity_platform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/helpers/entity_platform.py b/homeassistant/helpers/entity_platform.py index b3194c245aa..86bf85f17a5 100644 --- a/homeassistant/helpers/entity_platform.py +++ b/homeassistant/helpers/entity_platform.py @@ -196,8 +196,8 @@ class EntityPlatform: to that number. The default value for parallel requests is decided based on the first - entity that is added to Home Assistant. It's 0 if the entity defines - the async_update method, else it's 1. + entity of the platform which is added to Home Assistant. It's 1 if the + entity implements the update method, else it's 0. """ if self.parallel_updates_created: return self.parallel_updates