Bump androidtv to 0.0.23 (#25950)

* Bump androidtv to 0.0.23

* Bump androidtv to 0.0.23

* Add missing space in logging statement
This commit is contained in:
Jeff Irion 2019-08-14 09:12:32 -07:00 committed by Paulus Schoutsen
parent 76b781829e
commit 3b8668b2df
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"name": "Androidtv",
"documentation": "https://www.home-assistant.io/components/androidtv",
"requirements": [
"androidtv==0.0.22"
"androidtv==0.0.23"
],
"dependencies": [],
"codeowners": ["@JeffLIrion"]

View file

@ -195,7 +195,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
device_name = config[CONF_NAME] if CONF_NAME in config else "Fire TV"
add_entities([device])
_LOGGER.debug("Setup %s at %s%s", device_name, host, adb_log)
_LOGGER.debug("Setup %s at %s %s", device_name, host, adb_log)
hass.data[ANDROIDTV_DOMAIN][host] = device
if hass.services.has_service(ANDROIDTV_DOMAIN, SERVICE_ADB_COMMAND):

View file

@ -194,7 +194,7 @@ ambiclimate==0.2.0
amcrest==1.5.3
# homeassistant.components.androidtv
androidtv==0.0.22
androidtv==0.0.23
# homeassistant.components.anel_pwrctrl
anel_pwrctrl-homeassistant==0.0.1.dev2