mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
This commit is contained in:
parent
7166d53e2b
commit
f3ccbda054
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.exceptions import PlatformNotReady
|
from homeassistant.exceptions import PlatformNotReady
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['python-songpal==0.0.6']
|
REQUIREMENTS = ['python-songpal==0.0.7']
|
||||||
|
|
||||||
SUPPORT_SONGPAL = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_STEP | \
|
SUPPORT_SONGPAL = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_STEP | \
|
||||||
SUPPORT_VOLUME_MUTE | SUPPORT_SELECT_SOURCE | \
|
SUPPORT_VOLUME_MUTE | SUPPORT_SELECT_SOURCE | \
|
||||||
@ -101,7 +101,7 @@ class SongpalDevice(MediaPlayerDevice):
|
|||||||
import songpal
|
import songpal
|
||||||
self._name = name
|
self._name = name
|
||||||
self.endpoint = endpoint
|
self.endpoint = endpoint
|
||||||
self.dev = songpal.Protocol(self.endpoint)
|
self.dev = songpal.Device(self.endpoint)
|
||||||
self._sysinfo = None
|
self._sysinfo = None
|
||||||
|
|
||||||
self._state = False
|
self._state = False
|
||||||
|
@ -976,7 +976,7 @@ python-roku==3.1.5
|
|||||||
python-sochain-api==0.0.2
|
python-sochain-api==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.media_player.songpal
|
# homeassistant.components.media_player.songpal
|
||||||
python-songpal==0.0.6
|
python-songpal==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.sensor.synologydsm
|
# homeassistant.components.sensor.synologydsm
|
||||||
python-synology==0.1.0
|
python-synology==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user