Don't expose attribute option in state selector (#77347)

This commit is contained in:
Franck Nijhof 2022-08-26 11:51:36 +02:00 committed by GitHub
parent 7fb9c4a37f
commit dfc3e7d80f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View file

@ -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):