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

Functions

list[HardwareInfoasync_info (HomeAssistant hass)
 

Variables

string BOARD_NAME = "Home Assistant Yellow"
 
string DOCUMENTATION_URL = "https://yellow.home-assistant.io/documentation/"
 
string MANUFACTURER = "homeassistant"
 
string MODEL = "yellow"
 

Detailed Description

The Home Assistant Yellow hardware platform.

Function Documentation

◆ async_info()

list[HardwareInfo] homeassistant.components.homeassistant_yellow.hardware.async_info ( HomeAssistant  hass)
Return board info.

Definition at line 19 of file hardware.py.

Variable Documentation

◆ BOARD_NAME

string homeassistant.components.homeassistant_yellow.hardware.BOARD_NAME = "Home Assistant Yellow"

Definition at line 12 of file hardware.py.

◆ DOCUMENTATION_URL

string homeassistant.components.homeassistant_yellow.hardware.DOCUMENTATION_URL = "https://yellow.home-assistant.io/documentation/"

Definition at line 13 of file hardware.py.

◆ MANUFACTURER

string homeassistant.components.homeassistant_yellow.hardware.MANUFACTURER = "homeassistant"

Definition at line 14 of file hardware.py.

◆ MODEL

string homeassistant.components.homeassistant_yellow.hardware.MODEL = "yellow"

Definition at line 15 of file hardware.py.