mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
9 lines
159 B
Python
9 lines
159 B
Python
"""Constants for the Portainer integration."""
|
|
|
|
DOMAIN = "portainer"
|
|
DEFAULT_NAME = "Portainer"
|
|
|
|
ENDPOINT_STATUS_DOWN = 2
|
|
|
|
CONTAINER_STATE_RUNNING = "running"
|