You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we're filtering by HA version, we should also show at the bottom:
"There are X issues for these filters that impact other versions of Home Assistant, click here to see all." -> clicking on it will remove the HA version filter.
We should store the filters in the url, making it easy for people to share urls.
Right now we use the hash to store things, we should consider adding a query string instead of just the filename. We can then parse it back. Something like : #alert=googlehome.markdown&filter_ha_version=0.97
Allow the overview to be filtered by impacted Home Assistant version.
The text was updated successfully, but these errors were encountered: