mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-30 16:27:21 +00:00
Ensure dev-tool-states is consistently case-insensitive (#8696)
This commit is contained in:
parent
09bad14c3d
commit
7d39b69540
@ -379,7 +379,7 @@ class HaPanelDevState extends EventsMixin(LocalizeMixin(PolymerElement)) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!value.state.includes(_stateFilter.toLowerCase())) {
|
if (!value.state.toLowerCase().includes(_stateFilter.toLowerCase())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user