mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Exclude own entity from group entity selector (#68782)
This commit is contained in:
@@ -224,6 +224,9 @@ async def test_options(
|
||||
assert result["step_id"] == group_type
|
||||
assert get_suggested(result["data_schema"].schema, "entities") == members1
|
||||
assert "name" not in result["data_schema"].schema
|
||||
assert result["data_schema"].schema["entities"].config["exclude_entities"] == [
|
||||
f"{group_type}.bed_room"
|
||||
]
|
||||
|
||||
result = await hass.config_entries.options.async_configure(
|
||||
result["flow_id"],
|
||||
|
||||
Reference in New Issue
Block a user