hass-core/homeassistant/components/tradfri/const.py
Paulus Schoutsen a1c524d372
Config flow tradfri (#16665)
* Fix comments

* Add config flow tests

* Fix Tradfri light tests

* Lint

* Remove import group from config flow

* fix stale comments
2018-09-19 21:21:43 +02:00

7 lines
223 B
Python

"""Consts used by Tradfri."""
from homeassistant.const import CONF_HOST # noqa pylint: disable=unused-import
CONF_IMPORT_GROUPS = 'import_groups'
CONF_IDENTITY = 'identity'
CONF_KEY = 'key'
CONF_GATEWAY_ID = 'gateway_id'