-
- Downloads
Migrate `homeassistant_hardware` to use `FirmwareInfo` instead of just the...
Migrate `homeassistant_hardware` to use `FirmwareInfo` instead of just the application type (#138874) * Migrate `self._probed_firmware_type` to `self._probed_firmware_info` * Migrate from `firmware_type` to the full `firmware_info` * Implement `probe_silabs_firmware_type` via `probe_silabs_firmware_info` * Fix unit tests * Increase coverage * Bring test coverage to 100% * Simplify test per review comment
Showing
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py 43 additions, 23 deletions...components/homeassistant_hardware/firmware_config_flow.py
- homeassistant/components/homeassistant_hardware/util.py 26 additions, 4 deletionshomeassistant/components/homeassistant_hardware/util.py
- homeassistant/components/homeassistant_sky_connect/config_flow.py 16 additions, 5 deletions...stant/components/homeassistant_sky_connect/config_flow.py
- homeassistant/components/homeassistant_yellow/config_flow.py 24 additions, 6 deletionshomeassistant/components/homeassistant_yellow/config_flow.py
- tests/components/homeassistant_hardware/test_config_flow.py 98 additions, 54 deletionstests/components/homeassistant_hardware/test_config_flow.py
- tests/components/homeassistant_hardware/test_config_flow_failures.py 78 additions, 0 deletions...nents/homeassistant_hardware/test_config_flow_failures.py
- tests/components/homeassistant_hardware/test_util.py 98 additions, 0 deletionstests/components/homeassistant_hardware/test_util.py
- tests/components/homeassistant_sky_connect/test_config_flow.py 36 additions, 8 deletions.../components/homeassistant_sky_connect/test_config_flow.py
- tests/components/homeassistant_yellow/test_config_flow.py 28 additions, 7 deletionstests/components/homeassistant_yellow/test_config_flow.py
Loading
Please register or sign in to comment