mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Nad (#11800)
* Update nad_receiver to 0.0.9 * Update nad_receiver to 0.0.9
This commit is contained in:
parent
c1b0ab75e1
commit
7cbe017932
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
CONF_NAME, STATE_OFF, STATE_ON)
|
CONF_NAME, STATE_OFF, STATE_ON)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['nad_receiver==0.0.6']
|
REQUIREMENTS = ['nad_receiver==0.0.9']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||||||
CONF_NAME, STATE_OFF, STATE_ON)
|
CONF_NAME, STATE_OFF, STATE_ON)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['nad_receiver==0.0.6']
|
REQUIREMENTS = ['nad_receiver==0.0.9']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -501,7 +501,7 @@ myusps==1.2.2
|
|||||||
|
|
||||||
# homeassistant.components.media_player.nad
|
# homeassistant.components.media_player.nad
|
||||||
# homeassistant.components.media_player.nadtcp
|
# homeassistant.components.media_player.nadtcp
|
||||||
nad_receiver==0.0.6
|
nad_receiver==0.0.9
|
||||||
|
|
||||||
# homeassistant.components.discovery
|
# homeassistant.components.discovery
|
||||||
netdisco==1.2.4
|
netdisco==1.2.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user