mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 12:17:30 +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
|