hass_flickerstrip/custom_components/flickerstrip/__init__.py

8 lines
194 B
Python
Raw Normal View History

2023-01-29 09:34:51 -05:00
from homeassistant import core
async def async_setup(hass: core.HomeAssistant, config: dict) -> bool:
"""Set up the Flickerstrip component."""
# @TODO: Add setup code.
return True