From e7f13b9d2b8198725b3e87bc7434fb0dcf3f818e Mon Sep 17 00:00:00 2001 From: Pierre Belanger Date: Wed, 18 Jan 2023 03:07:24 -0500 Subject: [PATCH] Add "Browser restart" to fix possible issues (#25813) Co-authored-by: Franck Nijhof --- source/_docs/frontend/browsers.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_docs/frontend/browsers.markdown b/source/_docs/frontend/browsers.markdown index 6af9a2b70c1..9c193cef37b 100644 --- a/source/_docs/frontend/browsers.markdown +++ b/source/_docs/frontend/browsers.markdown @@ -5,7 +5,9 @@ description: "Browser Compatibility List" Home Assistant requires a web browser to show the frontend and supports all major modern browsers. We don't test the web interface against all available browsers but this page tracks different browsers on various operating systems and should help you to pick a browser which works. The "Release" column contains the release number which was tested. This doesn't mean that older or newer releases will not work. -If a browser is listed as working but you are still having problems, it is possible that some add-on or extension may be the problem. Some add-ons or extension are known to cause issue with the frontend, but it's not possible to test them all. If you are having issues with the frontend displaying correctly, you should disable all your add-ons or extensions and enable them one at a time. +If a browser is listed as working but you are still having problems, it is possible that some add-on or extension may be the problem. Some add-ons or extension are known to cause issue with the frontend, but it's not possible to test them all. + +If you are having issues with the frontend displaying correctly, you should disable all your add-ons or extensions and enable them one at a time. At last but not least, consider restarting your browser. We would appreciate if you help to keep this page up-to-date and add feedback.