Home Assistant Unofficial Reference 2024.12.1
mqtt.py
Go to the documentation of this file.
1 """Automatically generated file.
2 
3 To update, run python3 -m script.hassfest
4 """
5 
6 MQTT = {
7  "drop_connect": [
8  "drop_connect/discovery/#",
9  ],
10  "dsmr_reader": [
11  "dsmr/#",
12  ],
13  "esphome": [
14  "esphome/discover/#",
15  ],
16  "fully_kiosk": [
17  "fully/deviceInfo/+",
18  ],
19  "tasmota": [
20  "tasmota/discovery/#",
21  ],
22 }