Files
HomeAssistantVS/custom_components/spook/integrations/spook_inverse/const.py
T
2026-07-20 22:52:35 -04:00

14 lines
272 B
Python

"""Spook - Your homie."""
from homeassistant.const import Platform
DOMAIN = "spook_inverse"
PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.SWITCH,
]
CONF_HIDE_SOURCE = "hide_source"
CONF_INVERSE_POSTITION = "inverse_position"
CONF_INVERSE_TILT = "inverse_tilt"