Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Rainforest Eagle integration."""
2 
3 DOMAIN = "rainforest_eagle"
4 CONF_CLOUD_ID = "cloud_id"
5 CONF_INSTALL_CODE = "install_code"
6 CONF_HARDWARE_ADDRESS = "hardware_address"
7 
8 TYPE_EAGLE_100 = "eagle-100"
9 TYPE_EAGLE_200 = "eagle-200"