mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix demo (#23087)
* Fix demo * Fix types * Fix all the things * Fix type * Fix test * Lint
This commit is contained in:
@@ -8,7 +8,7 @@ from homeassistant.setup import async_setup_component
|
||||
|
||||
async def test_setup_component(hass):
|
||||
"""Simple test setup of component."""
|
||||
result = await async_setup_component(hass, geo_location.DOMAIN)
|
||||
result = await async_setup_component(hass, geo_location.DOMAIN, {})
|
||||
assert result
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user