Files
Home-Assistant-plugin-hon/custom_components/hon/const.py
T
Andre Basche 31c30b1670 first commit
2023-02-19 03:12:55 +01:00

8 lines
73 B
Python
Executable File

DOMAIN = "hon"
PLATFORMS = [
"sensor",
"select",
"number"
]