diff --git a/source/_components/browser.markdown b/source/_components/browser.markdown index 6bf017554fb..273c3ae7e40 100644 --- a/source/_components/browser.markdown +++ b/source/_components/browser.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: browser.png ha_category: Other --- diff --git a/source/_components/conversation.markdown b/source/_components/conversation.markdown index 7ca6eb0147a..fd6cd7d0510 100644 --- a/source/_components/conversation.markdown +++ b/source/_components/conversation.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logoL conversation.png ha_category: "Other" --- diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown index a818996d030..928d1b0da98 100644 --- a/source/_components/downloader.markdown +++ b/source/_components/downloader.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: downloader.png ha_category: Other --- diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index b5e2c25e35d..4cabab7b59a 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: logger.png ha_category: "Other" --- diff --git a/source/_components/updater.markdown b/source/_components/updater.markdown index ca4fe72dcc9..44d270b7b1e 100644 --- a/source/_components/updater.markdown +++ b/source/_components/updater.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: updater.png ha_category: Other --- diff --git a/source/images/supported_brands/browser.png b/source/images/supported_brands/browser.png new file mode 100644 index 00000000000..18c4902bf45 Binary files /dev/null and b/source/images/supported_brands/browser.png differ diff --git a/source/images/supported_brands/conversation.png b/source/images/supported_brands/conversation.png new file mode 100644 index 00000000000..02b3879f9e1 Binary files /dev/null and b/source/images/supported_brands/conversation.png differ diff --git a/source/images/supported_brands/downloader.png b/source/images/supported_brands/downloader.png new file mode 100644 index 00000000000..8c83bffa7e4 Binary files /dev/null and b/source/images/supported_brands/downloader.png differ diff --git a/source/images/supported_brands/logger.png b/source/images/supported_brands/logger.png new file mode 100644 index 00000000000..3a81ebdcd9f Binary files /dev/null and b/source/images/supported_brands/logger.png differ diff --git a/source/images/supported_brands/updater.png b/source/images/supported_brands/updater.png new file mode 100644 index 00000000000..94dfb6c3be1 Binary files /dev/null and b/source/images/supported_brands/updater.png differ