core/homeassistant/components/homeassistant_sky_connect
puddly 55c8ef1c7b
Simplify SkyConnect setup flow (#117868)
* Delay firmware probing until after the user picks the firmware type

* Remove confirmation step

* Fix unit tests

* Simplify unit test patching logic

Further simplify unit tests

* Bump Zigbee firmware up to the first choice

* Reuse `async_step_pick_firmware` during options flow

* Proactively validate all ZHA entries, not just the first
There can only be one (for now) so this changes nothing functionally

* Add unit test for bad firmware when configuring Thread
2024-05-22 14:09:30 -04:00
..
__init__.py
config_flow.py Simplify SkyConnect setup flow (#117868) 2024-05-22 14:09:30 -04:00
const.py
hardware.py
manifest.json
strings.json Simplify SkyConnect setup flow (#117868) 2024-05-22 14:09:30 -04:00
util.py