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:
parent
3153b0c8fc
commit
a373793029
6 changed files with 626 additions and 46 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue