We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7658416 commit faa0475Copy full SHA for faa0475
homeassistant/components/portainer/__init__.py
@@ -18,7 +18,12 @@
18
19
from .coordinator import PortainerCoordinator
20
21
-_PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH]
+_PLATFORMS: list[Platform] = [
22
+ Platform.BINARY_SENSOR,
23
+ Platform.SENSOR,
24
+ Platform.SWITCH,
25
+ Platform.BUTTON,
26
+]
27
28
29
type PortainerConfigEntry = ConfigEntry[PortainerCoordinator]
0 commit comments