mirror of
https://github.com/home-assistant/core.git
synced 2026-04-21 00:49:54 +02:00
Add coordinator update after press call in Portainer (#167497)
This commit is contained in:
@@ -199,6 +199,8 @@ class PortainerBaseButton(ButtonEntity):
|
||||
translation_key="timeout_connect_no_details",
|
||||
) from err
|
||||
|
||||
await self.coordinator.async_request_refresh()
|
||||
|
||||
|
||||
class PortainerEndpointButton(PortainerEndpointEntity, PortainerBaseButton):
|
||||
"""Defines a Portainer endpoint button."""
|
||||
|
||||
Reference in New Issue
Block a user