mirror of
https://github.com/home-assistant/core.git
synced 2026-06-30 19:26:31 +01:00
7 lines
117 B
Python
7 lines
117 B
Python
"""Constants for the Portainer integration."""
|
|
|
|
DOMAIN = "portainer"
|
|
DEFAULT_NAME = "Portainer"
|
|
|
|
API_MAX_RETRIES = 3
|