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

Variables

string ATTR_SPEAKER = "speaker"
 
string DOMAIN = "wyoming"
 
int SAMPLE_CHANNELS = 1
 
int SAMPLE_RATE = 16000
 
int SAMPLE_WIDTH = 2
 

Detailed Description

Constants for the Wyoming integration.

Variable Documentation

◆ ATTR_SPEAKER

string homeassistant.components.wyoming.const.ATTR_SPEAKER = "speaker"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ SAMPLE_CHANNELS

int homeassistant.components.wyoming.const.SAMPLE_CHANNELS = 1

Definition at line 7 of file const.py.

◆ SAMPLE_RATE

int homeassistant.components.wyoming.const.SAMPLE_RATE = 16000

Definition at line 5 of file const.py.

◆ SAMPLE_WIDTH

int homeassistant.components.wyoming.const.SAMPLE_WIDTH = 2

Definition at line 6 of file const.py.