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:
parent
76b781829e
commit
3b8668b2df
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue