Update pymediaroom to 0.6.4 (#15786)
* Dependency version bump * bump version
This commit is contained in:
parent
eb5f6efb43
commit
48af5116b3
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ from homeassistant.const import (
|
|||
)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pymediaroom==0.6.3']
|
||||
REQUIREMENTS = ['pymediaroom==0.6.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -920,7 +920,7 @@ pylutron==0.1.0
|
|||
pymailgunner==1.4
|
||||
|
||||
# homeassistant.components.media_player.mediaroom
|
||||
pymediaroom==0.6.3
|
||||
pymediaroom==0.6.4
|
||||
|
||||
# homeassistant.components.media_player.xiaomi_tv
|
||||
pymitv==1.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue