1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-29 18:27:07 +00:00
Aaron Bach 29c2b2fe79
Clean up OpenUV config flow ()
* Cleaned up OpenUV config flow

* Added proper listener removal

* Added proper exception

* Unnecessary exception message

* Moved API key error to correct place

* Member-requested changes (part 1)

* Hound

* Member-requested changes (part 2)

* Cleanup

* Fixed tests
2018-10-15 13:21:21 -06:00

7 lines
146 B
Python

"""Define constants for the OpenUV component."""
from datetime import timedelta
DOMAIN = 'openuv'
DEFAULT_SCAN_INTERVAL = timedelta(minutes=30)