mirror of
https://github.com/home-assistant/core.git
synced 2025-06-19 04:27:07 +00:00

* Pre-factor nest subscriber to library Move the nest subscriber to a library that can be reused in a future PR: - From ConfigFlow for creating subscriptions - On nest removal to delete subscriptions This is pulled out of PR #59260 to make that easier to review. * Resolve pylint error in nest api subscriber * Remove duplicate constants