mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Entity Component to no longer generate automatic groups (#23789)
This commit is contained in:
@@ -80,10 +80,6 @@ async def test_service_specify_data(hass, calls):
|
||||
assert state is not None
|
||||
assert state.attributes.get("last_triggered") == time
|
||||
|
||||
state = hass.states.get("group.all_automations")
|
||||
assert state is not None
|
||||
assert state.attributes.get("entity_id") == ("automation.hello",)
|
||||
|
||||
|
||||
async def test_action_delay(hass, calls):
|
||||
"""Test action delay."""
|
||||
@@ -134,9 +130,6 @@ async def test_action_delay(hass, calls):
|
||||
state = hass.states.get("automation.hello")
|
||||
assert state is not None
|
||||
assert state.attributes.get("last_triggered") == time
|
||||
state = hass.states.get("group.all_automations")
|
||||
assert state is not None
|
||||
assert state.attributes.get("entity_id") == ("automation.hello",)
|
||||
|
||||
|
||||
async def test_service_specify_entity_id(hass, calls):
|
||||
|
||||
Reference in New Issue
Block a user