mirror of
https://github.com/home-assistant/core.git
synced 2025-11-11 12:00:52 +00:00
Update docstr
This commit is contained in:
@@ -2899,11 +2899,11 @@ async def test_platform_state_write_from_init_unique_id(
|
|||||||
assert "Entity id already exists - ignoring: test.test" not in caplog.text
|
assert "Entity id already exists - ignoring: test.test" not in caplog.text
|
||||||
|
|
||||||
|
|
||||||
async def test_included_entities_mixin(
|
async def test_included_entities(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
entity_registry: er.EntityRegistry,
|
entity_registry: er.EntityRegistry,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test included entities attribute."""
|
"""Test included entities are exposed via the entity_id attribute."""
|
||||||
|
|
||||||
entity_registry.async_get_or_create(
|
entity_registry.async_get_or_create(
|
||||||
domain="hello",
|
domain="hello",
|
||||||
|
|||||||
Reference in New Issue
Block a user