hass-core/homeassistant/components/rainforest_eagle/const.py
Paulus Schoutsen 4ae2a26aa3
Add config flow to Rainforest EAGLE-200 ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-19 09:22:30 -07:00

9 lines
247 B
Python

"""Constants for the Rainforest Eagle integration."""
DOMAIN = "rainforest_eagle"
CONF_CLOUD_ID = "cloud_id"
CONF_INSTALL_CODE = "install_code"
CONF_HARDWARE_ADDRESS = "hardware_address"
TYPE_EAGLE_100 = "eagle-100"
TYPE_EAGLE_200 = "eagle-200"