mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Add model_id filter to device selector (#135646)
* Add model_id filter to device selector * Rerun CI
This commit is contained in:
@@ -88,6 +88,7 @@ def _test_selector(
|
||||
({"integration": "zha"}, ("abc123",), (None,)),
|
||||
({"manufacturer": "mock-manuf"}, ("abc123",), (None,)),
|
||||
({"model": "mock-model"}, ("abc123",), (None,)),
|
||||
({"model_id": "mock-model_id"}, ("abc123",), (None,)),
|
||||
({"manufacturer": "mock-manuf", "model": "mock-model"}, ("abc123",), (None,)),
|
||||
(
|
||||
{"integration": "zha", "manufacturer": "mock-manuf", "model": "mock-model"},
|
||||
|
||||
Reference in New Issue
Block a user