mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 10:15:33 +01:00
f5120872aa
* Add nibe local integration * Add sensor platform * Enable sensor platform * Fix manifest * Correct domain after rename * Adjust tests for rename * Correct codeowners * Add requirements for tests * Grab coil by name * Switch to home assistant error * Config entry always exist * Switch to create task * Bump to 0.5.0 * Use new coils access * Remove unneeded check * Use single instance of logger * Test invalid ip * Don't allow coil to be None * Remove sleep * Initialize data in coordinator init * Add utils to ignore * Update homeassistant/components/nibe_heatpump/manifest.json Co-authored-by: J. Nick Koston <nick@koston.org> * Use generator instead * Use tenacity as retry decorator * Use package instead of name to get logger * Skip broad exception handling * Catch missing coil exception * Add missing test Co-authored-by: J. Nick Koston <nick@koston.org>