core/tests/components/vizio
Chris Roberts 12c2ed5c4d
Add play/pause functionality for Vizio Smartcast media_player entities (#108896)
* Add play/pause functionality to vizio integration

Leverages existing pyvizio functionality. My impression is that it also
works for soundbars based on https://github.com/exiva/Vizio_SmartCast_API/issues/19.

* Set vizio assumed_state to True

The Vizio API is only capable of indicating whether the device is on
or off and not whether it's playing/paused/idle. Setting assumed_state
to True gives us separate Play and Pause buttons versus the (useless)
merged Play/Pause button we would get otherwise.
2024-04-25 08:25:10 +02:00
..
__init__.py
conftest.py Enable Ruff A001 (#115654) 2024-04-21 23:25:27 +02:00
const.py
test_config_flow.py Use is in enum comparison in config flow tests U-Z (#114677) 2024-04-02 23:09:56 +02:00
test_init.py
test_media_player.py Add play/pause functionality for Vizio Smartcast media_player entities (#108896) 2024-04-25 08:25:10 +02:00