mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00: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
|