hass-core/homeassistant/components/shelly/const.py
Shay Levy f45075eeb5
Use own CoAP lib and support for multicast updates (#42718)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-11-02 16:46:34 +01:00

4 lines
98 B
Python

"""Constants for the Shelly integration."""
DATA_CONFIG_ENTRY = "config_entry"
DOMAIN = "shelly"