mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: Thomas D <11554546+thomasddn@users.noreply.github.com>
28 lines
505 B
Python
Generated
28 lines
505 B
Python
Generated
"""Automatically generated file.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
MQTT = {
|
|
"drop_connect": [
|
|
"drop_connect/discovery/#",
|
|
],
|
|
"dsmr_reader": [
|
|
"dsmr/#",
|
|
],
|
|
"esphome": [
|
|
"esphome/discover/#",
|
|
],
|
|
"fully_kiosk": [
|
|
"fully/deviceInfo/+",
|
|
],
|
|
"qbus": [
|
|
"cloudapp/QBUSMQTTGW/state",
|
|
"cloudapp/QBUSMQTTGW/config",
|
|
"cloudapp/QBUSMQTTGW/+/state",
|
|
],
|
|
"tasmota": [
|
|
"tasmota/discovery/#",
|
|
],
|
|
}
|