diff --git a/blog/2020-05-08-logos-custom-integrations.md b/blog/2020-05-08-logos-custom-integrations.md new file mode 100644 index 00000000..1380588c --- /dev/null +++ b/blog/2020-05-08-logos-custom-integrations.md @@ -0,0 +1,26 @@ +--- +author: Franck Nijhof +authorURL: https://twitter.com/frenck +authorImageURL: /img/profile/frenck.png +authorTwitter: frenck +title: Logos for custom integrations +--- + +Recently, Home Assistant started to support images & icons for integrations +to show up in the frontend. They look amazing and really brings some color +to the UI of Home Assistant. + +We got a lot of questions lately on how custom integrations (also known as +custom components) can add their images. As of today, that is possible! + +![HACS icon in the Home Assistant frontend](/img/en/blog/2020-05-logos-custom-integrations/customlogo.png) + +Created a custom integration? Want the logo & icon for your integration to +show up in the Home Assistant frontend? In that case, head over to our +[GitHub brands repository](https://github.com/home-assistant/brands) +to add yours! + +_PS: Did you know you can also add your custom integration to our [Python wheels +repository](https://github.com/home-assistant/wheels-custom-integrations)? +It will make the installation of your custom integration in +Home Assistant lightning fast!_ diff --git a/static/img/en/blog/2020-05-logos-custom-integrations/customlogo.png b/static/img/en/blog/2020-05-logos-custom-integrations/customlogo.png new file mode 100644 index 00000000..8d432470 Binary files /dev/null and b/static/img/en/blog/2020-05-logos-custom-integrations/customlogo.png differ