mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 00:06:22 +01:00
7 lines
122 B
Python
7 lines
122 B
Python
"""Constants for the Portainer integration."""
|
|
|
|
DOMAIN = "portainer"
|
|
DEFAULT_NAME = "Portainer"
|
|
|
|
ENDPOINT_STATUS_DOWN = 2
|