mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 12:44:04 +01:00
4ae2a26aa3
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
10 lines
247 B
Python
10 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"
|