Skip to content

Commit

Permalink
Merge pull request #33 from custom-components/gerard33-patch-1
Browse files Browse the repository at this point in the history
Fix #32
  • Loading branch information
gerard33 authored May 19, 2020
2 parents 8981ad7 + cedb6e6 commit cb7bd98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom_components/braviatv_psk/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ATTR_ENTITY_ID, CONF_HOST, CONF_NAME, CONF_MAC, STATE_OFF, STATE_ON)
import homeassistant.helpers.config_validation as cv

__version__ = '0.3.3'
__version__ = '0.3.4'

_LOGGER = logging.getLogger(__name__)

Expand Down Expand Up @@ -208,9 +208,6 @@ def update(self):
elif self._program_name == TV_WAIT:
# TV is starting up, takes some time before it responds
_LOGGER.info("TV is starting, no info available yet")
elif power_status == "standby":
self._refresh_channels()
self._state = STATE_OFF
else:
self._state = STATE_OFF

Expand Down

0 comments on commit cb7bd98

Please sign in to comment.