Add config flow for OpenUV (#16159)
* OpenUV config flow in place * Test folder in place * Owner-requested comments * Tests * More tests * Owner-requested changes (part 1 of 2) * Updated requirements * Owner-requested changes (2 of 2) * Removed unnecessary import * Bumping Travis * Updated requirements * More requirements * Updated tests * Owner-requested changes * Hound * Updated docstring
This commit is contained in:
parent
7a6facc875
commit
f96aee2832
14 changed files with 348 additions and 66 deletions
3
homeassistant/components/openuv/const.py
Normal file
3
homeassistant/components/openuv/const.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
"""Define constants for the OpenUV component."""
|
||||
|
||||
DOMAIN = 'openuv'
|
Loading…
Add table
Add a link
Reference in a new issue