mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Ensure config entry platforms are excluded from reload (#42367)
This commit is contained in:
@@ -79,6 +79,10 @@ class EntityPlatform:
|
||||
self.platform_name, []
|
||||
).append(self)
|
||||
|
||||
def __repr__(self):
|
||||
"""Represent an EntityPlatform."""
|
||||
return f"<EntityPlatform domain={self.domain} platform_name={self.platform_name} config_entry={self.config_entry}>"
|
||||
|
||||
@callback
|
||||
def _get_parallel_updates_semaphore(
|
||||
self, entity_has_async_update: bool
|
||||
|
||||
Reference in New Issue
Block a user