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
a7e8446454
core
/
homeassistant
/
components
/
nest
/
const.py
3 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
Nest config flow (#14921) * Move nest to dir based component * Add config flow for Nest * Load Nest platforms via config entry * Add tests for Nest config flow * Import existing access tokens as config entries * Lint * Update coverage * Update translation * Fix tests * Address strings * Use python-nest token resolution * Lint * Do not do I/O inside constructor * Lint * Update test requirements
2018-06-13 15:14:52 +00:00
"""
Constants used by the Nest component.
"""
Black
2019-07-31 19:25:30 +00:00
DOMAIN
=
"
nest
"