1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/tests/testing_config/custom_components/test_standalone.py
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

8 lines
160 B
Python

"""Provide a mock standalone component."""
DOMAIN = "test_standalone"
async def async_setup(hass, config):
"""Mock a successful setup."""
return True