mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
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,7 +3,7 @@
|
|||||||
"name": "Androidtv",
|
"name": "Androidtv",
|
||||||
"documentation": "https://www.home-assistant.io/components/androidtv",
|
"documentation": "https://www.home-assistant.io/components/androidtv",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"androidtv==0.0.22"
|
"androidtv==0.0.23"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@JeffLIrion"]
|
"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"
|
device_name = config[CONF_NAME] if CONF_NAME in config else "Fire TV"
|
||||||
|
|
||||||
add_entities([device])
|
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
|
hass.data[ANDROIDTV_DOMAIN][host] = device
|
||||||
|
|
||||||
if hass.services.has_service(ANDROIDTV_DOMAIN, SERVICE_ADB_COMMAND):
|
if hass.services.has_service(ANDROIDTV_DOMAIN, SERVICE_ADB_COMMAND):
|
||||||
|
@ -194,7 +194,7 @@ ambiclimate==0.2.0
|
|||||||
amcrest==1.5.3
|
amcrest==1.5.3
|
||||||
|
|
||||||
# homeassistant.components.androidtv
|
# homeassistant.components.androidtv
|
||||||
androidtv==0.0.22
|
androidtv==0.0.23
|
||||||
|
|
||||||
# homeassistant.components.anel_pwrctrl
|
# homeassistant.components.anel_pwrctrl
|
||||||
anel_pwrctrl-homeassistant==0.0.1.dev2
|
anel_pwrctrl-homeassistant==0.0.1.dev2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user