mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 09:29:27 +00:00
Allow exposing any entity to the default conversation agent (#92398)
* Allow exposing any entity to the default conversation agent * Tweak * Fix race, update tests * Update tests
This commit is contained in:
@@ -1539,6 +1539,7 @@ async def test_automation_restore_last_triggered_with_initial_state(
|
||||
|
||||
async def test_extraction_functions(hass: HomeAssistant) -> None:
|
||||
"""Test extraction functions."""
|
||||
await async_setup_component(hass, "homeassistant", {})
|
||||
await async_setup_component(hass, "calendar", {"calendar": {"platform": "demo"}})
|
||||
assert await async_setup_component(
|
||||
hass,
|
||||
|
||||
Reference in New Issue
Block a user