hass-core/homeassistant/components/zha/const.py
David F. Mulcahey 89c96279ce Cleanup remaining constants stuff in ZHA (#22050)
* clean up constants
* fix quirks until it can be upgradded
2019-03-14 21:00:49 -04:00

9 lines
291 B
Python

"""
Backwards compatible constants bridge.
For more details on this platform, please refer to the documentation
at https://home-assistant.io/components/fan.zha/
"""
# pylint: disable=W0614,W0401
from .core.const import * # noqa: F401,F403
from .core.registries import * # noqa: F401,F403