core/tests/components/vizio
Raman Gupta b9fa32444a
Support vizio pairing through config flow (#31520)
* support pairing through config flow

* simplify import failure log messages

* remove unnecessary list comprehension

* bump pyvizio to add passing ClientSession in where it was missed

* show different message if user completes pairing through import

* remove dupe failure message since reasons for failure are the same in both instances

* remove extra constant

* add host reachability check during pairing workflow

* revert redundant connection check since check is implicitly done during pairing process

* fix rebase errors

* fix string

* updates based on review

* update docstring

* missed commit

* update import confirmation message to be less wordy

* use ConfigFlow _abort_if_unique_id_configured

* fix test
2020-02-27 22:04:59 -08:00
..
__init__.py Add Config Flow support, Device Registry support, available property to vizio component (#30653) 2020-01-15 11:43:55 +01:00
conftest.py Support vizio pairing through config flow (#31520) 2020-02-27 22:04:59 -08:00
const.py Support vizio pairing through config flow (#31520) 2020-02-27 22:04:59 -08:00
test_config_flow.py Support vizio pairing through config flow (#31520) 2020-02-27 22:04:59 -08:00
test_init.py Update media_player and add tests to qualify vizio integration for platinum quality score (#31187) 2020-01-30 22:13:45 +01:00
test_media_player.py Update vizio dependency and integration name (#31975) 2020-02-20 08:43:29 -08:00