-
- Downloads
Yellow firmware selection options flow (#122868)
* Implement Yellow config flow for firmware selection * Use the probed firmware type when setting up Yellow * Add translation strings * Ensure (most) existing `init` tests pass * Remove multi-PAN setup config flow unit tests * Get existing config flow unit tests passing * Add unit tests for uninstalling multi-PAN and such * Consolidate entity creation for Yellow and clean up steps * Be explicit with multiple inheritance overrides * Address review comments
Showing
- homeassistant/components/homeassistant_yellow/__init__.py 61 additions, 27 deletionshomeassistant/components/homeassistant_yellow/__init__.py
- homeassistant/components/homeassistant_yellow/config_flow.py 157 additions, 26 deletionshomeassistant/components/homeassistant_yellow/config_flow.py
- homeassistant/components/homeassistant_yellow/const.py 3 additions, 0 deletionshomeassistant/components/homeassistant_yellow/const.py
- homeassistant/components/homeassistant_yellow/strings.json 51 additions, 2 deletionshomeassistant/components/homeassistant_yellow/strings.json
- tests/components/homeassistant_yellow/test_config_flow.py 174 additions, 172 deletionstests/components/homeassistant_yellow/test_config_flow.py
- tests/components/homeassistant_yellow/test_init.py 36 additions, 147 deletionstests/components/homeassistant_yellow/test_init.py
Loading
Please register or sign in to comment