mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 13:06:56 +01:00
* 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
3 lines
60 B
Python
3 lines
60 B
Python
"""Constants used by the Nest component."""
|
|
DOMAIN = 'nest'
|