mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 11:17:12 +00:00

* Risco integration * Fix lint errors * Raise ConfigEntryNotReady if can't connect * Gracefully handle shutdown * pass session to pyrisco * minor change to init * Fix retries * Add exception log * Remove retries * Address code review comments * Remove log
6 lines
89 B
Python
6 lines
89 B
Python
"""Constants for the Risco integration."""
|
|
|
|
DOMAIN = "risco"
|
|
|
|
DATA_COORDINATOR = "risco"
|