mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
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
This commit is contained in:
2
homeassistant/components/nest/const.py
Normal file
2
homeassistant/components/nest/const.py
Normal file
@@ -0,0 +1,2 @@
|
||||
"""Constants used by the Nest component."""
|
||||
DOMAIN = 'nest'
|
||||
Reference in New Issue
Block a user