mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add Marantz SSDP discovery / Detect error string in AppCommand.xml body (#7779)
This commit is contained in:
parent
10367eb250
commit
1f3bb51821
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||||||
CONF_NAME, STATE_ON)
|
CONF_NAME, STATE_ON)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['denonavr==0.4.1']
|
REQUIREMENTS = ['denonavr==0.4.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ datapoint==0.4.3
|
|||||||
# decora==0.4
|
# decora==0.4
|
||||||
|
|
||||||
# homeassistant.components.media_player.denonavr
|
# homeassistant.components.media_player.denonavr
|
||||||
denonavr==0.4.1
|
denonavr==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.media_player.directv
|
# homeassistant.components.media_player.directv
|
||||||
directpy==0.1
|
directpy==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user