mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
* Add filter functionality for entities and states Entities and states can now be filtered by entering a string in their respective input fields. * Add filter functionality for attributes Attributes can now also be filtered. Without a colon in the search string, if any attribute's key or value matches the string, the entity is matched. If there is a colon, keys and values are matched separately, and the entity is only matched if both key and value match. * Hide attribute filter in narrow mode When the browser triggers narrow mode the attribute filter now hides properly. * Improve eslint adherence The code is now correctly linted against the HASS eslint standard. Also simplified the code which distinguished arrays from strings when matching.