Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add play/pause functionality for Vizio Smartcast media_player entities #108896

Merged
merged 3 commits into from
Apr 25, 2024

Commits on Jan 26, 2024

  1. Add play/pause functionality to vizio integration

    Leverages existing pyvizio functionality. My impression is that it also
    works for soundbars based on exiva/Vizio_SmartCast_API#19.
    NasaGeek committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6e081eb View commit details
    Browse the repository at this point in the history
  2. 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.
    NasaGeek committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5eb2ec3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    94a9b24 View commit details
    Browse the repository at this point in the history