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

Variables

string DOMAIN = "homeassistant_yellow"
 
string FIRMWARE = "firmware"
 
string RADIO_DEVICE = "/dev/ttyAMA1"
 
string ZHA_DOMAIN = "zha"
 
dictionary ZHA_HW_DISCOVERY_DATA
 

Detailed Description

Constants for the Home Assistant Yellow integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ FIRMWARE

string homeassistant.components.homeassistant_yellow.const.FIRMWARE = "firmware"

Definition at line 16 of file const.py.

◆ RADIO_DEVICE

string homeassistant.components.homeassistant_yellow.const.RADIO_DEVICE = "/dev/ttyAMA1"

Definition at line 5 of file const.py.

◆ ZHA_DOMAIN

string homeassistant.components.homeassistant_yellow.const.ZHA_DOMAIN = "zha"

Definition at line 17 of file const.py.

◆ ZHA_HW_DISCOVERY_DATA

dictionary homeassistant.components.homeassistant_yellow.const.ZHA_HW_DISCOVERY_DATA
Initial value:
1 = {
2  "name": "Yellow",
3  "port": {
4  "path": RADIO_DEVICE,
5  "baudrate": 115200,
6  "flow_control": "hardware",
7  },
8  "radio_type": "efr32",
9 }

Definition at line 6 of file const.py.