* Adjust OpenUV integration for upcoming API limit changes * Added fix for "Invalid API Key" * Bugfix * Add initial nighttime check * Move from polling to a service-based model * Fixed test * Removed unnecessary scan interval * Fixed test * Moving test imports * Member comments * Hound * Removed unused import
2 lines
67 B
Python
2 lines
67 B
Python
"""Define constants for the OpenUV component."""
|
|
DOMAIN = 'openuv'
|