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

Variables

string ATTR_PIN_INDEX = "pin"
 
string DATA_OPENHOME = "openhome"
 
string DOMAIN = "openhome"
 
string SERVICE_INVOKE_PIN = "invoke_pin"
 

Detailed Description

Constants for the Openhome component.

Variable Documentation

◆ ATTR_PIN_INDEX

string homeassistant.components.openhome.const.ATTR_PIN_INDEX = "pin"

Definition at line 5 of file const.py.

◆ DATA_OPENHOME

string homeassistant.components.openhome.const.DATA_OPENHOME = "openhome"

Definition at line 6 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ SERVICE_INVOKE_PIN

string homeassistant.components.openhome.const.SERVICE_INVOKE_PIN = "invoke_pin"

Definition at line 4 of file const.py.