mirror of
https://github.com/home-assistant/core.git
synced 2025-05-29 10:17:08 +00:00
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"
|