From da151520869073d30e030aabd9139f4b80d67d69 Mon Sep 17 00:00:00 2001 From: SeanPM5 Date: Tue, 16 Apr 2019 17:42:24 -0400 Subject: [PATCH] Replaced old method of theme selection with current steps (#9227) Have removed information about how to access themes before Home Assistant version 0.77 (which was released eight months ago now - very few people should be using 8+ month old versions). Instead I replaced it with information on the *current way* of accessing user profile menu which seems way more important. --- source/_components/frontend.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown index 8b3ea235fe7..476b29b1883 100644 --- a/source/_components/frontend.markdown +++ b/source/_components/frontend.markdown @@ -114,7 +114,7 @@ automation: ### {% linkable_title Manual Theme Selection %} -When themes are enabled in the `configuration.yaml` file, a new option will show up in the user profile menu (before 0.77 it was in the Configuration panel under **General** called "Set a theme"). You can then choose any installed theme from the dropdown list and it will be applied immediately. +When themes are enabled in the `configuration.yaml` file, a new option will show up in the user profile menu (accessed by clicking your user account initials at the top of the sidebar). You can then choose any installed theme from the dropdown list and it will be applied immediately.

@@ -139,7 +139,7 @@ Those will be loaded via `` on a ### {% linkable_title Manual Language Selection %} -The browser language is automatically detected. To use a different language, go to the user profile menu (before 0.77 it was found in **General** in the Configuration panel) and select one. It will be applied immediately. +The browser language is automatically detected. To use a different language, go to the user profile menu (accessed by clicking your user account initials at the top of the sidebar) and select one. It will be applied immediately.