mirror of
https://github.com/home-assistant/core.git
synced 2026-05-28 11:16:40 +01:00
ed4c3196ab
Co-authored-by: J. Nick Koston <nick@koston.org>
23 lines
370 B
Python
23 lines
370 B
Python
"""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/+",
|
|
],
|
|
"tasmota": [
|
|
"tasmota/discovery/#",
|
|
],
|
|
}
|