hon/custom_components/hon/const.py
2023-03-06 13:41:58 +01:00

11 lines
123 B
Python

DOMAIN = "hon"
PLATFORMS = [
"sensor",
"select",
"number",
"switch",
"button",
"binary_sensor",
]