mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
17 lines
251 B
Python
17 lines
251 B
Python
"""Automatically generated file.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
MQTT = {
|
|
"dsmr_reader": [
|
|
"dsmr/#",
|
|
],
|
|
"fully_kiosk": [
|
|
"fully/deviceInfo/+",
|
|
],
|
|
"tasmota": [
|
|
"tasmota/discovery/#",
|
|
],
|
|
}
|