Updated apps
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
"""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"
|
||||
Reference in New Issue
Block a user