Add filters to cover/services.yaml (#95854)
This commit is contained in:
parent
b5678a12ec
commit
3d064b7d6b
3 changed files with 56 additions and 5 deletions
|
@ -235,6 +235,22 @@ def test_device_selector_schema(schema, valid_selections, invalid_selections) ->
|
|||
("light.abc123", "blah.blah", FAKE_UUID),
|
||||
(None,),
|
||||
),
|
||||
(
|
||||
{
|
||||
"filter": [
|
||||
{
|
||||
"supported_features": [
|
||||
[
|
||||
"light.LightEntityFeature.EFFECT",
|
||||
"light.LightEntityFeature.TRANSITION",
|
||||
]
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
("light.abc123", "blah.blah", FAKE_UUID),
|
||||
(None,),
|
||||
),
|
||||
(
|
||||
{
|
||||
"filter": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue