Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Bond integration."""
2 
3 BRIDGE_MAKE = "Olibra"
4 
5 DOMAIN = "bond"
6 
7 CONF_BOND_ID: str = "bond_id"
8 
9 
10 SERVICE_SET_FAN_SPEED_TRACKED_STATE = "set_fan_speed_tracked_state"
11 SERVICE_SET_POWER_TRACKED_STATE = "set_switch_power_tracked_state"
12 SERVICE_SET_LIGHT_POWER_TRACKED_STATE = "set_light_power_tracked_state"
13 SERVICE_SET_LIGHT_BRIGHTNESS_TRACKED_STATE = "set_light_brightness_tracked_state"
14 ATTR_POWER_STATE = "power_state"