Don't expose attribute option in state selector (#77347)
This commit is contained in:
parent
7fb9c4a37f
commit
dfc3e7d80f
2 changed files with 5 additions and 7 deletions
|
@ -322,11 +322,6 @@ def test_time_selector_schema(schema, valid_selections, invalid_selections):
|
|||
("on", "armed"),
|
||||
(None, True, 1),
|
||||
),
|
||||
(
|
||||
{"entity_id": "sensor.abc", "attribute": "device_class"},
|
||||
("temperature", "humidity"),
|
||||
(None,),
|
||||
),
|
||||
),
|
||||
)
|
||||
def test_state_selector_schema(schema, valid_selections, invalid_selections):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue