pytradfri 5.5.1: Improved 3rd party bulb support (#14887)

* Bump pytradfri version

* Update light component

* Add tests

* lint

* Docstring typos

* Blank line

* lint

* 5.5.1

* Fix tests on py3.5
This commit is contained in:
Hate-Usernames 2018-06-13 06:17:52 +01:00 committed by Pascal Vizeli
parent 3153b0c8fc
commit a373793029
6 changed files with 626 additions and 46 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.const import CONF_HOST
from homeassistant.components.discovery import SERVICE_IKEA_TRADFRI
from homeassistant.util.json import load_json, save_json
REQUIREMENTS = ['pytradfri[async]==5.4.2']
REQUIREMENTS = ['pytradfri[async]==5.5.1']
DOMAIN = 'tradfri'
GATEWAY_IDENTITY = 'homeassistant'