This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5e4b33c740
core
/
homeassistant
/
components
/
openuv
/
const.py
3 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
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
2018-09-04 07:22:44 +00:00
"""
Define constants for the OpenUV component.
"""
Black
2019-07-31 19:25:30 +00:00
DOMAIN
=
"
openuv
"