Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for rainbird."""
2 
3 DOMAIN = "rainbird"
4 MANUFACTURER = "Rain Bird"
5 DEFAULT_TRIGGER_TIME_MINUTES = 6
6 
7 CONF_SERIAL_NUMBER = "serial_number"
8 CONF_IMPORTED_NAMES = "imported_names"
9 
10 ATTR_DURATION = "duration"
11 ATTR_CONFIG_ENTRY_ID = "config_entry_id"
12 
13 TIMEOUT_SECONDS = 20