Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bond.const Namespace Reference

Variables

string ATTR_POWER_STATE = "power_state"
 
string BRIDGE_MAKE = "Olibra"
 
string DOMAIN = "bond"
 
string SERVICE_SET_FAN_SPEED_TRACKED_STATE = "set_fan_speed_tracked_state"
 
string SERVICE_SET_LIGHT_BRIGHTNESS_TRACKED_STATE = "set_light_brightness_tracked_state"
 
string SERVICE_SET_LIGHT_POWER_TRACKED_STATE = "set_light_power_tracked_state"
 
string SERVICE_SET_POWER_TRACKED_STATE = "set_switch_power_tracked_state"
 
 str
 

Detailed Description

Constants for the Bond integration.

Variable Documentation

◆ ATTR_POWER_STATE

string homeassistant.components.bond.const.ATTR_POWER_STATE = "power_state"

Definition at line 14 of file const.py.

◆ BRIDGE_MAKE

string homeassistant.components.bond.const.BRIDGE_MAKE = "Olibra"

Definition at line 3 of file const.py.

◆ DOMAIN

string homeassistant.components.bond.const.DOMAIN = "bond"

Definition at line 5 of file const.py.

◆ SERVICE_SET_FAN_SPEED_TRACKED_STATE

string homeassistant.components.bond.const.SERVICE_SET_FAN_SPEED_TRACKED_STATE = "set_fan_speed_tracked_state"

Definition at line 10 of file const.py.

◆ SERVICE_SET_LIGHT_BRIGHTNESS_TRACKED_STATE

string homeassistant.components.bond.const.SERVICE_SET_LIGHT_BRIGHTNESS_TRACKED_STATE = "set_light_brightness_tracked_state"

Definition at line 13 of file const.py.

◆ SERVICE_SET_LIGHT_POWER_TRACKED_STATE

string homeassistant.components.bond.const.SERVICE_SET_LIGHT_POWER_TRACKED_STATE = "set_light_power_tracked_state"

Definition at line 12 of file const.py.

◆ SERVICE_SET_POWER_TRACKED_STATE

string homeassistant.components.bond.const.SERVICE_SET_POWER_TRACKED_STATE = "set_switch_power_tracked_state"

Definition at line 11 of file const.py.

◆ str

homeassistant.components.bond.const.str

Definition at line 7 of file const.py.