Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mqtt.abbreviations Namespace Reference

Variables

dictionary ABBREVIATIONS
 
dictionary DEVICE_ABBREVIATIONS
 
dictionary ORIGIN_ABBREVIATIONS
 

Detailed Description

Abbreviations supported by MQTT discovery.

Variable Documentation

◆ ABBREVIATIONS

dictionary homeassistant.components.mqtt.abbreviations.ABBREVIATIONS

Definition at line 3 of file abbreviations.py.

◆ DEVICE_ABBREVIATIONS

dictionary homeassistant.components.mqtt.abbreviations.DEVICE_ABBREVIATIONS
Initial value:
1 = {
2  "cns": "connections",
3  "cu": "configuration_url",
4  "ids": "identifiers",
5  "name": "name",
6  "mf": "manufacturer",
7  "mdl": "model",
8  "mdl_id": "model_id",
9  "hw": "hw_version",
10  "sw": "sw_version",
11  "sa": "suggested_area",
12  "sn": "serial_number",
13 }

Definition at line 262 of file abbreviations.py.

◆ ORIGIN_ABBREVIATIONS

dictionary homeassistant.components.mqtt.abbreviations.ORIGIN_ABBREVIATIONS
Initial value:
1 = {
2  "name": "name",
3  "sw": "sw_version",
4  "url": "support_url",
5 }

Definition at line 276 of file abbreviations.py.