Skip to content
Snippets Groups Projects
Commit ae5c4c7e authored by Krasimir Zhelev's avatar Krasimir Zhelev Committed by Pascal Vizeli
Browse files

Upgrade afsapi to 0.0.4, prevents aiohttp session close message, Fixes #13099 (#16098)

parent 507e8f8f
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ from homeassistant.const import ( ...@@ -20,7 +20,7 @@ from homeassistant.const import (
CONF_HOST, CONF_PORT, CONF_PASSWORD) CONF_HOST, CONF_PORT, CONF_PASSWORD)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['afsapi==0.0.3'] REQUIREMENTS = ['afsapi==0.0.4']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
......
...@@ -77,7 +77,7 @@ YesssSMS==0.1.1b3 ...@@ -77,7 +77,7 @@ YesssSMS==0.1.1b3
abodepy==0.13.1 abodepy==0.13.1
# homeassistant.components.media_player.frontier_silicon # homeassistant.components.media_player.frontier_silicon
afsapi==0.0.3 afsapi==0.0.4
# homeassistant.components.device_tracker.automatic # homeassistant.components.device_tracker.automatic
aioautomatic==0.6.5 aioautomatic==0.6.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment