Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Home Assistant Yellow integration."""
2 
3 DOMAIN = "homeassistant_yellow"
4 
5 RADIO_DEVICE = "/dev/ttyAMA1"
6 ZHA_HW_DISCOVERY_DATA = {
7  "name": "Yellow",
8  "port": {
9  "path": RADIO_DEVICE,
10  "baudrate": 115200,
11  "flow_control": "hardware",
12  },
13  "radio_type": "efr32",
14 }
15 
16 FIRMWARE = "firmware"
17 ZHA_DOMAIN = "zha"