From 684d12cd76200c78e72f7f531eacfdf43dadbace Mon Sep 17 00:00:00 2001 From: Fredrik Erlandsson Date: Tue, 21 Apr 2020 13:39:23 +0200 Subject: [PATCH 1/2] Style fix for cast --- source/_integrations/cast.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/cast.markdown b/source/_integrations/cast.markdown index dbf0d24b4e74..5f24d544cc6d 100644 --- a/source/_integrations/cast.markdown +++ b/source/_integrations/cast.markdown @@ -26,8 +26,9 @@ Home Assistant has its own Cast application to show the Home Assistant UI on any view_path: downstairs service: cast.show_lovelace_view ``` - -Note that Home Assistant Cast requires your Home Assistant installation to be accessible via `https://`. If you're using Home Assistant Cloud, you don't need to do anything. Otherwise you must make sure that you have configured the `base_url` for [the `http` integration](/integrations/http/). +
+Home Assistant Cast requires your Home Assistant installation to be accessible via `https://`. If you're using Home Assistant Cloud, you don't need to do anything. Otherwise you must make sure that you have configured the `base_url` for [the `http` integration](/integrations/http/). +
## Advanced use From 79999b01e83d9a9527b4fdf6309d912183bd604a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Apr 2020 14:07:59 +0200 Subject: [PATCH 2/2] :pencil2: Fix HTML/Markdown context switching --- source/_integrations/cast.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/cast.markdown b/source/_integrations/cast.markdown index 5f24d544cc6d..88127f278572 100644 --- a/source/_integrations/cast.markdown +++ b/source/_integrations/cast.markdown @@ -27,7 +27,9 @@ Home Assistant has its own Cast application to show the Home Assistant UI on any service: cast.show_lovelace_view ```
+ Home Assistant Cast requires your Home Assistant installation to be accessible via `https://`. If you're using Home Assistant Cloud, you don't need to do anything. Otherwise you must make sure that you have configured the `base_url` for [the `http` integration](/integrations/http/). +
## Advanced use