mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
10 lines
160 B
Python
10 lines
160 B
Python
"""Constants for the Portainer integration."""
|
|
|
|
DOMAIN = "portainer"
|
|
DEFAULT_NAME = "Portainer"
|
|
|
|
|
|
ENDPOINT_STATUS_DOWN = 2
|
|
|
|
CONTAINER_STATE_RUNNING = "running"
|