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

pull/16106/head
Krasimir Zhelev 2018-08-21 15:30:40 +02:00 committed by Pascal Vizeli
parent 507e8f8f12
commit ae5c4c7e13
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ from homeassistant.const import (
CONF_HOST, CONF_PORT, CONF_PASSWORD)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['afsapi==0.0.3']
REQUIREMENTS = ['afsapi==0.0.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -77,7 +77,7 @@ YesssSMS==0.1.1b3
abodepy==0.13.1
# homeassistant.components.media_player.frontier_silicon
afsapi==0.0.3
afsapi==0.0.4
# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.5