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:
Aaron Bach 2018-09-04 01:22:44 -06:00 committed by Paulus Schoutsen
parent 7a6facc875
commit f96aee2832
14 changed files with 348 additions and 66 deletions

View file

@ -0,0 +1,3 @@
"""Define constants for the OpenUV component."""
DOMAIN = 'openuv'