Skip to content

Commit

Permalink
Update media_player.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard33 authored Mar 17, 2020
1 parent 42e8610 commit 2298487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/braviatv_psk/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
CONF_HOST, CONF_NAME, CONF_MAC, STATE_OFF, STATE_ON)
import homeassistant.helpers.config_validation as cv

__version__ = '0.3.1'
__version__ = '0.3.2'

REQUIREMENTS = ['pySonyBraviaPSK==0.1.8']
REQUIREMENTS = ['pySonyBraviaPSK==0.1.9']

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 2298487

Please sign in to comment.