mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add config flow + async support for SmartHab integration (#34387)
* Setup barebones SmartHab config flow * Setup authentication flow * Make setup async, add config flow receivers * Add French translation * Fix async issues * Address review comments (thanks bdraco!) * Fix unloading entries * Migrate translations dir according to warning * Create list of components * Fix pylint false positive * Fix bad copy-pastes 🤭 * Add async support to SmartHab component * Address review comments (bdraco) * Fix pylint * Improve exception handling (bdraco) * Apply suggestions from code review (bdraco) Co-authored-by: J. Nick Koston <nick@koston.org> * Don't log exceptions manually, fix error * Reduce repeated lines in async_step_user (bdraco) * Remove useless else (pylint) * Remove broad exception handler * Create strings.json + remove fr i18n * Write tests for smarthab config flow * Test import flow * Fix import test * Update homeassistant/components/smarthab/config_flow.py Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
committed by
GitHub
parent
10893f6246
commit
3062312649
@@ -140,6 +140,7 @@ FLOWS = [
|
||||
"shopping_list",
|
||||
"simplisafe",
|
||||
"smappee",
|
||||
"smarthab",
|
||||
"smartthings",
|
||||
"smhi",
|
||||
"sms",
|
||||
|
||||
Reference in New Issue
Block a user