diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown
index b4eaa8182ba..274664e0a0d 100644
--- a/source/_docs/configuration/customizing-devices.markdown
+++ b/source/_docs/configuration/customizing-devices.markdown
@@ -119,7 +119,6 @@ homeassistant:
icon: mdi:description
"scene.month_*_colors":
hidden: true
- emulated_hue_hidden: false
```
### Reloading customize
diff --git a/source/_integrations/aten_pe.markdown b/source/_integrations/aten_pe.markdown
index e05ae4b2476..1a0a40b0eb3 100644
--- a/source/_integrations/aten_pe.markdown
+++ b/source/_integrations/aten_pe.markdown
@@ -1,7 +1,6 @@
---
title: ATEN Rack PDU
description: Instructions on how to integrate ATEN Rack PDUs into Home Assistant.
-logo: aten.png
ha_category:
- Switch
ha_release: 0.103
diff --git a/source/_integrations/atome.markdown b/source/_integrations/atome.markdown
index 2968a2ec223..0215bb1f215 100644
--- a/source/_integrations/atome.markdown
+++ b/source/_integrations/atome.markdown
@@ -1,7 +1,6 @@
---
title: Atome Linky
description: Integrate Atome Linky consumption data within Home Assistant.
-logo: total_direct_energie.png
ha_release: 0.99
ha_category:
- Energy
diff --git a/source/_integrations/avea.markdown b/source/_integrations/avea.markdown
index 807f78f7512..64f88c510e0 100644
--- a/source/_integrations/avea.markdown
+++ b/source/_integrations/avea.markdown
@@ -1,7 +1,6 @@
---
title: Elgato Avea
description: Instructions on how to integrate Elgato Avea with Home Assistant.
-logo: avea.png
ha_category:
- Light
ha_release: 0.97
diff --git a/source/_integrations/cast.markdown b/source/_integrations/cast.markdown
index 7c5abfd6bbb..88127f27857 100644
--- a/source/_integrations/cast.markdown
+++ b/source/_integrations/cast.markdown
@@ -14,16 +14,23 @@ You can enable the Cast integration by going to the Integrations page inside the
## Home Assistant Cast
-Home Assistant has its own Cast application to show the Home Assistant UI on any Chromecast device. You can use it by adding the [Cast entity row](/lovelace/entities/#cast) to your Lovelace UI, or by calling the `cast.show_lovelace_view` service. The service takes the path of a Lovelace view and an entity ID of a Cast device to show the view on. A `path` has to be defined in your Lovelace YAML for each view, as outlined in the [views documentation](/lovelace/views/#path).
+Home Assistant has its own Cast application to show the Home Assistant UI on any Chromecast device. You can use it by adding the [Cast entity row](/lovelace/entities/#cast) to your Lovelace UI, or by calling the `cast.show_lovelace_view` service. The service takes the path of a Lovelace view and an entity ID of a Cast device to show the view on. A `path` has to be defined in your Lovelace YAML for each view, as outlined in the [views documentation](/lovelace/views/#path). The following is a full configuration for a script that starts casting the `downstairs` tab of the `lovelace-cast` path (note that `entity_id` is specified under `data` and not for the service call):
-```json
-{
- "entity_id": "media_player.office_display_4",
- "view_path": "lights"
-}
+```yaml
+'cast_downstairs_on_kitchen':
+ alias: Show Downstairs on kitchen
+ sequence:
+ - data:
+ dashboard_path: lovelace-cast-
+ entity_id: media_player.kitchen
+ 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
diff --git a/source/_integrations/cover.template.markdown b/source/_integrations/cover.template.markdown
index 0cb4936a288..e4c01e0e1d4 100644
--- a/source/_integrations/cover.template.markdown
+++ b/source/_integrations/cover.template.markdown
@@ -74,23 +74,23 @@ cover:
required: false
type: string
open_cover:
- description: Defines an action to run when the cover is opened. If [`open_cover`](#open_cover) is specified, [`close_cover`](#close_cover) must also be specified. At least one of [`open_cover`](#open_cover) and [`set_cover_position`](#set_cover_position) must be specified.
+ description: Defines an action to open the cover. If [`open_cover`](#open_cover) is specified, [`close_cover`](#close_cover) must also be specified. At least one of [`open_cover`](#open_cover) and [`set_cover_position`](#set_cover_position) must be specified.
required: inclusive
type: action
close_cover:
- description: Defines an action to run when the cover is closed.
+ description: Defines an action to close the cover.
required: inclusive
type: action
stop_cover:
- description: Defines an action to run when the cover is stopped.
+ description: Defines an action to stop the cover.
required: false
type: action
set_cover_position:
- description: Defines an action to run when the cover is set to a specific value (between `0` and `100`).
+ description: Defines an action to set to a cover position (between `0` and `100`).
required: false
type: action
set_cover_tilt_position:
- description: Defines an action to run when the cover tilt is set to a specific value (between `0` and `100`).
+ description: Defines an action to set the tilt of a cover (between `0` and `100`).
required: false
type: action
optimistic:
diff --git a/source/_integrations/dlink.markdown b/source/_integrations/dlink.markdown
index caa1b0195df..627ac403e4e 100644
--- a/source/_integrations/dlink.markdown
+++ b/source/_integrations/dlink.markdown
@@ -1,7 +1,6 @@
---
title: D-Link Wi-Fi Smart Plugs
description: Instructions on how to integrate D-Link switches into Home Assistant.
-logo: dlink.png
ha_category:
- Switch
ha_iot_class: Local Polling
diff --git a/source/_integrations/evohome.markdown b/source/_integrations/evohome.markdown
index 0ece0adff3c..2ec232af204 100644
--- a/source/_integrations/evohome.markdown
+++ b/source/_integrations/evohome.markdown
@@ -1,7 +1,6 @@
---
title: Honeywell Total Connect Comfort (Europe)
description: Instructions on how to integrate a Honeywell Evohome/TCC system with Home Assistant.
-logo: honeywell.png
ha_category:
- Hub
- Climate
diff --git a/source/_integrations/ezviz.markdown b/source/_integrations/ezviz.markdown
index 8c76eb83e17..a7f29fbbc1e 100644
--- a/source/_integrations/ezviz.markdown
+++ b/source/_integrations/ezviz.markdown
@@ -1,7 +1,6 @@
---
title: Ezviz
description: Integrate Ezviz camera within Home Assistant.
-logo: ezviz.png
ha_release: 0.107
ha_category:
- Camera
diff --git a/source/_integrations/flexit.markdown b/source/_integrations/flexit.markdown
index 5ab4f06bfe9..f0b11df387d 100644
--- a/source/_integrations/flexit.markdown
+++ b/source/_integrations/flexit.markdown
@@ -1,7 +1,6 @@
---
title: Flexit
description: Instructions on how to integrate Flexit A/C unit into Home Assistant.
-logo: flexit.png
ha_category:
- Climate
ha_release: 0.47
diff --git a/source/_integrations/flock.markdown b/source/_integrations/flock.markdown
index aa992fc2b96..7c9b9c3e799 100644
--- a/source/_integrations/flock.markdown
+++ b/source/_integrations/flock.markdown
@@ -1,7 +1,6 @@
---
title: Flock
description: Instructions on how to add Flock notifications to Home Assistant.
-logo: flock.png
ha_category:
- Notifications
ha_release: 0.71
diff --git a/source/_integrations/flunearyou.markdown b/source/_integrations/flunearyou.markdown
index 53e3a023e37..d04c42d224f 100644
--- a/source/_integrations/flunearyou.markdown
+++ b/source/_integrations/flunearyou.markdown
@@ -1,7 +1,6 @@
---
title: Flu Near You
description: Instructions on how to use Flu Near You data within Home Assistant
-logo: flunearyou.png
ha_category:
- Health
ha_release: 0.83
diff --git a/source/_integrations/honeywell.markdown b/source/_integrations/honeywell.markdown
index 34a24c8b04f..a0c660b3f7e 100644
--- a/source/_integrations/honeywell.markdown
+++ b/source/_integrations/honeywell.markdown
@@ -1,7 +1,6 @@
---
title: Honeywell Total Connect Comfort (US)
description: Instructions on how to integrate Honeywell thermostats within Home Assistant.
-logo: honeywell.png
ha_category:
- Climate
ha_release: pre 0.7
diff --git a/source/_integrations/hp_ilo.markdown b/source/_integrations/hp_ilo.markdown
index 9b933810174..263334aa4c8 100644
--- a/source/_integrations/hp_ilo.markdown
+++ b/source/_integrations/hp_ilo.markdown
@@ -1,7 +1,6 @@
---
title: HP Integrated Lights-Out (ILO)
description: How to integrate HP ILO (Integrated Lights-Out) sensors within Home Assistant.
-logo: hewlett_packard_enterprise.png
ha_category:
- System Monitor
ha_release: 0.27
diff --git a/source/_integrations/integration.markdown b/source/_integrations/integration.markdown
index 1f08e847cc3..85f5ae8e0c0 100644
--- a/source/_integrations/integration.markdown
+++ b/source/_integrations/integration.markdown
@@ -6,7 +6,6 @@ ha_category:
- Energy
ha_release: 0.87
ha_iot_class: Local Push
-logo: integral.png
ha_quality_scale: internal
ha_codeowners:
- '@dgomes'
diff --git a/source/_integrations/pvoutput.markdown b/source/_integrations/pvoutput.markdown
index ee8aaaa9929..f8a66c1eac3 100644
--- a/source/_integrations/pvoutput.markdown
+++ b/source/_integrations/pvoutput.markdown
@@ -1,7 +1,6 @@
---
title: PVOutput
description: Instructions on how to use PVOutput within Home Assistant.
-logo: pvoutput.png
ha_category:
- Energy
ha_release: 0.33
diff --git a/source/_integrations/stiebel_eltron.markdown b/source/_integrations/stiebel_eltron.markdown
index d5453b75c95..3ab809d3970 100644
--- a/source/_integrations/stiebel_eltron.markdown
+++ b/source/_integrations/stiebel_eltron.markdown
@@ -1,7 +1,6 @@
---
title: STIEBEL ELTRON
description: Instructions on how to integrate STIEBEL ELTRON integral ventilation and heat pump units into Home Assistant.
-logo: stiebel_eltron.png
ha_category:
- Climate
ha_release: 0.92
diff --git a/source/_integrations/syncthru.markdown b/source/_integrations/syncthru.markdown
index 8ed1ffab0da..b3b98803612 100644
--- a/source/_integrations/syncthru.markdown
+++ b/source/_integrations/syncthru.markdown
@@ -1,7 +1,6 @@
---
title: Samsung SyncThru Printer
description: Instructions on how to integrate a Samsung printer providing SyncThru within Home Assistant.
-logo: samsung.png
ha_category:
- System Monitor
ha_iot_class: Local Polling
diff --git a/source/_integrations/tplink_lte.markdown b/source/_integrations/tplink_lte.markdown
index 8f435c97cf2..86458ed9665 100644
--- a/source/_integrations/tplink_lte.markdown
+++ b/source/_integrations/tplink_lte.markdown
@@ -1,7 +1,6 @@
---
title: TP-Link LTE
description: Instructions on how to integrate your TP-Link LTE routers within Home Assistant.
-logo: tp-link.png
ha_release: 0.83
ha_category:
- Network
diff --git a/source/_integrations/unifi_direct.markdown b/source/_integrations/unifi_direct.markdown
index f8cf49b3f77..3ef9e66a648 100644
--- a/source/_integrations/unifi_direct.markdown
+++ b/source/_integrations/unifi_direct.markdown
@@ -1,7 +1,6 @@
---
title: Ubiquiti UniFi AP
description: Instructions on how to use a Unifi WAP as a device tracker.
-logo: ubiquiti.png
ha_category:
- Presence Detection
ha_iot_class: Local Polling
diff --git a/source/_integrations/yeelightsunflower.markdown b/source/_integrations/yeelightsunflower.markdown
index aee48a0bbdb..da18271afeb 100644
--- a/source/_integrations/yeelightsunflower.markdown
+++ b/source/_integrations/yeelightsunflower.markdown
@@ -1,7 +1,6 @@
---
title: Yeelight Sunflower
description: Instructions on how to setup Yeelight Sunflower hub and bulbs within Home Assistant.
-logo: yeelight.png
ha_category:
- Light
ha_release: 0.39
diff --git a/source/_posts/2020-04-14-the-future-of-yaml.markdown b/source/_posts/2020-04-14-the-future-of-yaml.markdown
index 72e1595dd66..588a354e1a5 100644
--- a/source/_posts/2020-04-14-the-future-of-yaml.markdown
+++ b/source/_posts/2020-04-14-the-future-of-yaml.markdown
@@ -229,6 +229,18 @@ starting at the part discussing this.
>
+## Special Home Assistant Podcast episode
+
+A special edition of the Home Assistant Podcast has been put out.
+In this episode, [Phil][phil] and [Rohan][rohan] talk with
+[Paulus][balloob] about the changes announced in this blog post.
+
+[Click here to listen to the Podcast][podcast]
+
[adr]: https://github.com/home-assistant/architecture/blob/master/adr/0010-integration-configuration.md
-[yt]: https://youtu.be/tc17q1Zn0Xs?t=1809
+[balloob]: https://twitter.com/balloob
[gh]: https://github.com/topics/home-assistant-config
+[phil]: https://twitter.com/philhawthorne
+[podcast]: https://hasspodcast.io/x001/
+[rohan]: https://twitter.com/rohank9
+[yt]: https://youtu.be/tc17q1Zn0Xs?t=1809
diff --git a/source/images/supported_brands/aladdin_connect.png b/source/images/supported_brands/aladdin_connect.png
deleted file mode 100644
index 55d5453183b..00000000000
Binary files a/source/images/supported_brands/aladdin_connect.png and /dev/null differ
diff --git a/source/images/supported_brands/alarmdecoder.png b/source/images/supported_brands/alarmdecoder.png
deleted file mode 100644
index 6b7bc448e21..00000000000
Binary files a/source/images/supported_brands/alarmdecoder.png and /dev/null differ
diff --git a/source/images/supported_brands/alpha_vantage.png b/source/images/supported_brands/alpha_vantage.png
deleted file mode 100644
index 90a0cf04cd4..00000000000
Binary files a/source/images/supported_brands/alpha_vantage.png and /dev/null differ
diff --git a/source/images/supported_brands/ambiclimate.png b/source/images/supported_brands/ambiclimate.png
deleted file mode 100644
index ae941f22abd..00000000000
Binary files a/source/images/supported_brands/ambiclimate.png and /dev/null differ
diff --git a/source/images/supported_brands/amcrest.png b/source/images/supported_brands/amcrest.png
deleted file mode 100644
index 97be9d755c4..00000000000
Binary files a/source/images/supported_brands/amcrest.png and /dev/null differ
diff --git a/source/images/supported_brands/ampio_smog.png b/source/images/supported_brands/ampio_smog.png
deleted file mode 100644
index bbc27d9de5f..00000000000
Binary files a/source/images/supported_brands/ampio_smog.png and /dev/null differ
diff --git a/source/images/supported_brands/ankuoo_recswitch.png b/source/images/supported_brands/ankuoo_recswitch.png
deleted file mode 100644
index 36fe9c6318f..00000000000
Binary files a/source/images/supported_brands/ankuoo_recswitch.png and /dev/null differ
diff --git a/source/images/supported_brands/anthemav.png b/source/images/supported_brands/anthemav.png
deleted file mode 100644
index fe829213d66..00000000000
Binary files a/source/images/supported_brands/anthemav.png and /dev/null differ
diff --git a/source/images/supported_brands/arlo.png b/source/images/supported_brands/arlo.png
deleted file mode 100644
index 7c13ac445a1..00000000000
Binary files a/source/images/supported_brands/arlo.png and /dev/null differ
diff --git a/source/images/supported_brands/aruba.png b/source/images/supported_brands/aruba.png
deleted file mode 100644
index 1c97522eaa7..00000000000
Binary files a/source/images/supported_brands/aruba.png and /dev/null differ
diff --git a/source/images/supported_brands/asterisk.png b/source/images/supported_brands/asterisk.png
deleted file mode 100644
index 7530906376a..00000000000
Binary files a/source/images/supported_brands/asterisk.png and /dev/null differ
diff --git a/source/images/supported_brands/aten.png b/source/images/supported_brands/aten.png
deleted file mode 100644
index 44b1f7f29d8..00000000000
Binary files a/source/images/supported_brands/aten.png and /dev/null differ
diff --git a/source/images/supported_brands/avea.png b/source/images/supported_brands/avea.png
deleted file mode 100644
index a77b8fe2d5e..00000000000
Binary files a/source/images/supported_brands/avea.png and /dev/null differ
diff --git a/source/images/supported_brands/avi-on.png b/source/images/supported_brands/avi-on.png
deleted file mode 100644
index 34208efd11d..00000000000
Binary files a/source/images/supported_brands/avi-on.png and /dev/null differ
diff --git a/source/images/supported_brands/avri.jpeg b/source/images/supported_brands/avri.jpeg
deleted file mode 100644
index 08066f8c5db..00000000000
Binary files a/source/images/supported_brands/avri.jpeg and /dev/null differ
diff --git a/source/images/supported_brands/axis.png b/source/images/supported_brands/axis.png
deleted file mode 100644
index 4baa1a4e864..00000000000
Binary files a/source/images/supported_brands/axis.png and /dev/null differ
diff --git a/source/images/supported_brands/baiducloud.png b/source/images/supported_brands/baiducloud.png
deleted file mode 100644
index 4b1ec8d9faf..00000000000
Binary files a/source/images/supported_brands/baiducloud.png and /dev/null differ
diff --git a/source/images/supported_brands/bbox.png b/source/images/supported_brands/bbox.png
deleted file mode 100644
index 73f354a44d6..00000000000
Binary files a/source/images/supported_brands/bbox.png and /dev/null differ
diff --git a/source/images/supported_brands/bizkaibus.png b/source/images/supported_brands/bizkaibus.png
deleted file mode 100644
index 9904064200c..00000000000
Binary files a/source/images/supported_brands/bizkaibus.png and /dev/null differ
diff --git a/source/images/supported_brands/blockchain.png b/source/images/supported_brands/blockchain.png
deleted file mode 100644
index 47a4d0f2ca8..00000000000
Binary files a/source/images/supported_brands/blockchain.png and /dev/null differ
diff --git a/source/images/supported_brands/bom.png b/source/images/supported_brands/bom.png
deleted file mode 100644
index 8ff8239dfbd..00000000000
Binary files a/source/images/supported_brands/bom.png and /dev/null differ
diff --git a/source/images/supported_brands/broadlink.png b/source/images/supported_brands/broadlink.png
deleted file mode 100644
index fdfc648bace..00000000000
Binary files a/source/images/supported_brands/broadlink.png and /dev/null differ
diff --git a/source/images/supported_brands/brottsplatskartan.png b/source/images/supported_brands/brottsplatskartan.png
deleted file mode 100644
index 491bb709571..00000000000
Binary files a/source/images/supported_brands/brottsplatskartan.png and /dev/null differ
diff --git a/source/images/supported_brands/canary.png b/source/images/supported_brands/canary.png
deleted file mode 100644
index 038c1e2a3bd..00000000000
Binary files a/source/images/supported_brands/canary.png and /dev/null differ
diff --git a/source/images/supported_brands/channels.png b/source/images/supported_brands/channels.png
deleted file mode 100644
index 28c19a47a11..00000000000
Binary files a/source/images/supported_brands/channels.png and /dev/null differ
diff --git a/source/images/supported_brands/chevy.png b/source/images/supported_brands/chevy.png
deleted file mode 100644
index fb23f83a0b1..00000000000
Binary files a/source/images/supported_brands/chevy.png and /dev/null differ
diff --git a/source/images/supported_brands/cisco.png b/source/images/supported_brands/cisco.png
deleted file mode 100644
index 7f80c1dda32..00000000000
Binary files a/source/images/supported_brands/cisco.png and /dev/null differ
diff --git a/source/images/supported_brands/clickatell.png b/source/images/supported_brands/clickatell.png
deleted file mode 100644
index 11594d58236..00000000000
Binary files a/source/images/supported_brands/clickatell.png and /dev/null differ
diff --git a/source/images/supported_brands/co2signal.png b/source/images/supported_brands/co2signal.png
deleted file mode 100644
index 32879acab9d..00000000000
Binary files a/source/images/supported_brands/co2signal.png and /dev/null differ
diff --git a/source/images/supported_brands/coinbase.png b/source/images/supported_brands/coinbase.png
deleted file mode 100644
index bde89e1d212..00000000000
Binary files a/source/images/supported_brands/coinbase.png and /dev/null differ
diff --git a/source/images/supported_brands/comed.png b/source/images/supported_brands/comed.png
deleted file mode 100644
index 1305c687352..00000000000
Binary files a/source/images/supported_brands/comed.png and /dev/null differ
diff --git a/source/images/supported_brands/ddwrt.png b/source/images/supported_brands/ddwrt.png
deleted file mode 100644
index 6cf9bf91c90..00000000000
Binary files a/source/images/supported_brands/ddwrt.png and /dev/null differ
diff --git a/source/images/supported_brands/denon.png b/source/images/supported_brands/denon.png
deleted file mode 100644
index 4b133386286..00000000000
Binary files a/source/images/supported_brands/denon.png and /dev/null differ
diff --git a/source/images/supported_brands/dialogflow.png b/source/images/supported_brands/dialogflow.png
deleted file mode 100644
index e57da2d30d7..00000000000
Binary files a/source/images/supported_brands/dialogflow.png and /dev/null differ
diff --git a/source/images/supported_brands/dlna.png b/source/images/supported_brands/dlna.png
deleted file mode 100644
index 671a2dc4376..00000000000
Binary files a/source/images/supported_brands/dlna.png and /dev/null differ
diff --git a/source/images/supported_brands/dominos.png b/source/images/supported_brands/dominos.png
deleted file mode 100644
index ae1e5cfec1d..00000000000
Binary files a/source/images/supported_brands/dominos.png and /dev/null differ
diff --git a/source/images/supported_brands/dovado.png b/source/images/supported_brands/dovado.png
deleted file mode 100644
index 4b8976c4386..00000000000
Binary files a/source/images/supported_brands/dovado.png and /dev/null differ
diff --git a/source/images/supported_brands/dte_energy.png b/source/images/supported_brands/dte_energy.png
deleted file mode 100644
index d67882328eb..00000000000
Binary files a/source/images/supported_brands/dte_energy.png and /dev/null differ
diff --git a/source/images/supported_brands/dyson.png b/source/images/supported_brands/dyson.png
deleted file mode 100644
index d44e64a540c..00000000000
Binary files a/source/images/supported_brands/dyson.png and /dev/null differ
diff --git a/source/images/supported_brands/ebox.png b/source/images/supported_brands/ebox.png
deleted file mode 100644
index ab9152cf845..00000000000
Binary files a/source/images/supported_brands/ebox.png and /dev/null differ
diff --git a/source/images/supported_brands/eddystone.png b/source/images/supported_brands/eddystone.png
deleted file mode 100644
index 529324f66ab..00000000000
Binary files a/source/images/supported_brands/eddystone.png and /dev/null differ
diff --git a/source/images/supported_brands/egardia.png b/source/images/supported_brands/egardia.png
deleted file mode 100644
index e982459feac..00000000000
Binary files a/source/images/supported_brands/egardia.png and /dev/null differ
diff --git a/source/images/supported_brands/ephcontrolsember.png b/source/images/supported_brands/ephcontrolsember.png
deleted file mode 100644
index c12c742a709..00000000000
Binary files a/source/images/supported_brands/ephcontrolsember.png and /dev/null differ
diff --git a/source/images/supported_brands/epson.png b/source/images/supported_brands/epson.png
deleted file mode 100644
index 423b6706123..00000000000
Binary files a/source/images/supported_brands/epson.png and /dev/null differ
diff --git a/source/images/supported_brands/essent.png b/source/images/supported_brands/essent.png
deleted file mode 100644
index b71cb038d3d..00000000000
Binary files a/source/images/supported_brands/essent.png and /dev/null differ
diff --git a/source/images/supported_brands/eufy.png b/source/images/supported_brands/eufy.png
deleted file mode 100644
index ed129f4d1c3..00000000000
Binary files a/source/images/supported_brands/eufy.png and /dev/null differ
diff --git a/source/images/supported_brands/fido.png b/source/images/supported_brands/fido.png
deleted file mode 100644
index 44675643339..00000000000
Binary files a/source/images/supported_brands/fido.png and /dev/null differ
diff --git a/source/images/supported_brands/gearbest.png b/source/images/supported_brands/gearbest.png
deleted file mode 100644
index 2d9b1e8ec4c..00000000000
Binary files a/source/images/supported_brands/gearbest.png and /dev/null differ
diff --git a/source/images/supported_brands/geniushub.png b/source/images/supported_brands/geniushub.png
deleted file mode 100644
index 52fda20117b..00000000000
Binary files a/source/images/supported_brands/geniushub.png and /dev/null differ
diff --git a/source/images/supported_brands/harman_kardon.png b/source/images/supported_brands/harman_kardon.png
deleted file mode 100644
index 8e2960d21e4..00000000000
Binary files a/source/images/supported_brands/harman_kardon.png and /dev/null differ
diff --git a/source/images/supported_brands/hdmi.png b/source/images/supported_brands/hdmi.png
deleted file mode 100644
index a312a1b1416..00000000000
Binary files a/source/images/supported_brands/hdmi.png and /dev/null differ
diff --git a/source/images/supported_brands/hikvision.png b/source/images/supported_brands/hikvision.png
deleted file mode 100644
index ca8f1bab3db..00000000000
Binary files a/source/images/supported_brands/hikvision.png and /dev/null differ
diff --git a/source/images/supported_brands/hisense.png b/source/images/supported_brands/hisense.png
deleted file mode 100755
index 9c52e3a59fb..00000000000
Binary files a/source/images/supported_brands/hisense.png and /dev/null differ
diff --git a/source/images/supported_brands/hitron.png b/source/images/supported_brands/hitron.png
deleted file mode 100644
index 5e0151293fc..00000000000
Binary files a/source/images/supported_brands/hitron.png and /dev/null differ
diff --git a/source/images/supported_brands/hydrawise_logo.png b/source/images/supported_brands/hydrawise_logo.png
deleted file mode 100644
index 54a47da8a39..00000000000
Binary files a/source/images/supported_brands/hydrawise_logo.png and /dev/null differ
diff --git a/source/images/supported_brands/iammeter-logo.png b/source/images/supported_brands/iammeter-logo.png
deleted file mode 100644
index d178816c2e2..00000000000
Binary files a/source/images/supported_brands/iammeter-logo.png and /dev/null differ
diff --git a/source/images/supported_brands/integral.png b/source/images/supported_brands/integral.png
deleted file mode 100644
index 4313036ed35..00000000000
Binary files a/source/images/supported_brands/integral.png and /dev/null differ
diff --git a/source/images/supported_brands/iota.png b/source/images/supported_brands/iota.png
deleted file mode 100644
index c47d133ce03..00000000000
Binary files a/source/images/supported_brands/iota.png and /dev/null differ
diff --git a/source/images/supported_brands/irishrail.png b/source/images/supported_brands/irishrail.png
deleted file mode 100644
index c301fc67435..00000000000
Binary files a/source/images/supported_brands/irishrail.png and /dev/null differ
diff --git a/source/images/supported_brands/leviton.png b/source/images/supported_brands/leviton.png
deleted file mode 100644
index faf39780b86..00000000000
Binary files a/source/images/supported_brands/leviton.png and /dev/null differ
diff --git a/source/images/supported_brands/lg.png b/source/images/supported_brands/lg.png
deleted file mode 100644
index 9d31a92c3e6..00000000000
Binary files a/source/images/supported_brands/lg.png and /dev/null differ
diff --git a/source/images/supported_brands/lockitron.png b/source/images/supported_brands/lockitron.png
deleted file mode 100644
index c170d2e30a9..00000000000
Binary files a/source/images/supported_brands/lockitron.png and /dev/null differ
diff --git a/source/images/supported_brands/lupusec.png b/source/images/supported_brands/lupusec.png
deleted file mode 100644
index c8863034bd6..00000000000
Binary files a/source/images/supported_brands/lupusec.png and /dev/null differ
diff --git a/source/images/supported_brands/lutron.png b/source/images/supported_brands/lutron.png
deleted file mode 100644
index 48a424d2fb8..00000000000
Binary files a/source/images/supported_brands/lutron.png and /dev/null differ
diff --git a/source/images/supported_brands/magicseaweed.png b/source/images/supported_brands/magicseaweed.png
deleted file mode 100644
index c8bcb60139a..00000000000
Binary files a/source/images/supported_brands/magicseaweed.png and /dev/null differ
diff --git a/source/images/supported_brands/mailgun.png b/source/images/supported_brands/mailgun.png
deleted file mode 100644
index 6e1be59593e..00000000000
Binary files a/source/images/supported_brands/mailgun.png and /dev/null differ
diff --git a/source/images/supported_brands/marytts.png b/source/images/supported_brands/marytts.png
deleted file mode 100644
index 33bb23f5147..00000000000
Binary files a/source/images/supported_brands/marytts.png and /dev/null differ
diff --git a/source/images/supported_brands/matrix.png b/source/images/supported_brands/matrix.png
deleted file mode 100644
index 1082034643d..00000000000
Binary files a/source/images/supported_brands/matrix.png and /dev/null differ
diff --git a/source/images/supported_brands/mclimate.png b/source/images/supported_brands/mclimate.png
deleted file mode 100644
index 1cfaa1be0cf..00000000000
Binary files a/source/images/supported_brands/mclimate.png and /dev/null differ
diff --git a/source/images/supported_brands/meraki.png b/source/images/supported_brands/meraki.png
deleted file mode 100644
index 96456186599..00000000000
Binary files a/source/images/supported_brands/meraki.png and /dev/null differ
diff --git a/source/images/supported_brands/miflora.png b/source/images/supported_brands/miflora.png
deleted file mode 100644
index de4eb578925..00000000000
Binary files a/source/images/supported_brands/miflora.png and /dev/null differ
diff --git a/source/images/supported_brands/mvg.png b/source/images/supported_brands/mvg.png
deleted file mode 100644
index 7d04638afb6..00000000000
Binary files a/source/images/supported_brands/mvg.png and /dev/null differ
diff --git a/source/images/supported_brands/mycroft.png b/source/images/supported_brands/mycroft.png
deleted file mode 100644
index dae96bea7ef..00000000000
Binary files a/source/images/supported_brands/mycroft.png and /dev/null differ
diff --git a/source/images/supported_brands/nanoleaf_light.png b/source/images/supported_brands/nanoleaf_light.png
deleted file mode 100644
index 896f63f3a09..00000000000
Binary files a/source/images/supported_brands/nanoleaf_light.png and /dev/null differ
diff --git a/source/images/supported_brands/nello.png b/source/images/supported_brands/nello.png
deleted file mode 100644
index d8c344f2c65..00000000000
Binary files a/source/images/supported_brands/nello.png and /dev/null differ
diff --git a/source/images/supported_brands/netgear.png b/source/images/supported_brands/netgear.png
deleted file mode 100644
index 2b720c2f5b3..00000000000
Binary files a/source/images/supported_brands/netgear.png and /dev/null differ
diff --git a/source/images/supported_brands/netio.png b/source/images/supported_brands/netio.png
deleted file mode 100644
index f6f423492e4..00000000000
Binary files a/source/images/supported_brands/netio.png and /dev/null differ
diff --git a/source/images/supported_brands/niko.png b/source/images/supported_brands/niko.png
deleted file mode 100644
index d0ad89b7261..00000000000
Binary files a/source/images/supported_brands/niko.png and /dev/null differ
diff --git a/source/images/supported_brands/noip.png b/source/images/supported_brands/noip.png
deleted file mode 100644
index d6330c85c2f..00000000000
Binary files a/source/images/supported_brands/noip.png and /dev/null differ
diff --git a/source/images/supported_brands/notion.png b/source/images/supported_brands/notion.png
deleted file mode 100644
index a78140a43d9..00000000000
Binary files a/source/images/supported_brands/notion.png and /dev/null differ
diff --git a/source/images/supported_brands/nuki.png b/source/images/supported_brands/nuki.png
deleted file mode 100644
index 89ec99c2f50..00000000000
Binary files a/source/images/supported_brands/nuki.png and /dev/null differ
diff --git a/source/images/supported_brands/onvif.png b/source/images/supported_brands/onvif.png
deleted file mode 100644
index 1a63ba44d64..00000000000
Binary files a/source/images/supported_brands/onvif.png and /dev/null differ
diff --git a/source/images/supported_brands/openevse.png b/source/images/supported_brands/openevse.png
deleted file mode 100644
index 8e430bc1792..00000000000
Binary files a/source/images/supported_brands/openevse.png and /dev/null differ
diff --git a/source/images/supported_brands/opengarage.png b/source/images/supported_brands/opengarage.png
deleted file mode 100644
index 3f90ad74b15..00000000000
Binary files a/source/images/supported_brands/opengarage.png and /dev/null differ
diff --git a/source/images/supported_brands/opensky.png b/source/images/supported_brands/opensky.png
deleted file mode 100644
index 849e430f613..00000000000
Binary files a/source/images/supported_brands/opensky.png and /dev/null differ
diff --git a/source/images/supported_brands/pilight.png b/source/images/supported_brands/pilight.png
deleted file mode 100644
index 271bb28ac7d..00000000000
Binary files a/source/images/supported_brands/pilight.png and /dev/null differ
diff --git a/source/images/supported_brands/powerone.png b/source/images/supported_brands/powerone.png
deleted file mode 100644
index 685c17384d4..00000000000
Binary files a/source/images/supported_brands/powerone.png and /dev/null differ
diff --git a/source/images/supported_brands/rainbird.png b/source/images/supported_brands/rainbird.png
deleted file mode 100644
index 23087cc9f17..00000000000
Binary files a/source/images/supported_brands/rainbird.png and /dev/null differ
diff --git a/source/images/supported_brands/raspihats.png b/source/images/supported_brands/raspihats.png
deleted file mode 100644
index 7e85cca1ca8..00000000000
Binary files a/source/images/supported_brands/raspihats.png and /dev/null differ
diff --git a/source/images/supported_brands/recollect-waste.png b/source/images/supported_brands/recollect-waste.png
deleted file mode 100644
index d7e28cbac13..00000000000
Binary files a/source/images/supported_brands/recollect-waste.png and /dev/null differ
diff --git a/source/images/supported_brands/rejseplanen.png b/source/images/supported_brands/rejseplanen.png
deleted file mode 100644
index 8480d329e16..00000000000
Binary files a/source/images/supported_brands/rejseplanen.png and /dev/null differ
diff --git a/source/images/supported_brands/rememberthemilk.png b/source/images/supported_brands/rememberthemilk.png
deleted file mode 100644
index 92c9cbcb41b..00000000000
Binary files a/source/images/supported_brands/rememberthemilk.png and /dev/null differ
diff --git a/source/images/supported_brands/roth.png b/source/images/supported_brands/roth.png
deleted file mode 100644
index 774cad141ee..00000000000
Binary files a/source/images/supported_brands/roth.png and /dev/null differ
diff --git a/source/images/supported_brands/rss.png b/source/images/supported_brands/rss.png
deleted file mode 100644
index b5d52843115..00000000000
Binary files a/source/images/supported_brands/rss.png and /dev/null differ
diff --git a/source/images/supported_brands/saj.png b/source/images/supported_brands/saj.png
deleted file mode 100644
index 4639329a3e0..00000000000
Binary files a/source/images/supported_brands/saj.png and /dev/null differ
diff --git a/source/images/supported_brands/salda.png b/source/images/supported_brands/salda.png
deleted file mode 100644
index b9cda129a2d..00000000000
Binary files a/source/images/supported_brands/salda.png and /dev/null differ
diff --git a/source/images/supported_brands/satel.jpg b/source/images/supported_brands/satel.jpg
deleted file mode 100644
index bd61a28c48d..00000000000
Binary files a/source/images/supported_brands/satel.jpg and /dev/null differ
diff --git a/source/images/supported_brands/sendgrid.png b/source/images/supported_brands/sendgrid.png
deleted file mode 100644
index dbcd0fb1587..00000000000
Binary files a/source/images/supported_brands/sendgrid.png and /dev/null differ
diff --git a/source/images/supported_brands/sense.png b/source/images/supported_brands/sense.png
deleted file mode 100644
index 7a2ccfefb68..00000000000
Binary files a/source/images/supported_brands/sense.png and /dev/null differ
diff --git a/source/images/supported_brands/sesame.png b/source/images/supported_brands/sesame.png
deleted file mode 100644
index 12e7413f13e..00000000000
Binary files a/source/images/supported_brands/sesame.png and /dev/null differ
diff --git a/source/images/supported_brands/sharp_aquos.png b/source/images/supported_brands/sharp_aquos.png
deleted file mode 100644
index 225f35f27bd..00000000000
Binary files a/source/images/supported_brands/sharp_aquos.png and /dev/null differ
diff --git a/source/images/supported_brands/shodan.png b/source/images/supported_brands/shodan.png
deleted file mode 100644
index e81a7612a32..00000000000
Binary files a/source/images/supported_brands/shodan.png and /dev/null differ
diff --git a/source/images/supported_brands/sigfox.png b/source/images/supported_brands/sigfox.png
deleted file mode 100644
index 092bab2116a..00000000000
Binary files a/source/images/supported_brands/sigfox.png and /dev/null differ
diff --git a/source/images/supported_brands/slide.png b/source/images/supported_brands/slide.png
deleted file mode 100644
index 7d6b7fd3b1c..00000000000
Binary files a/source/images/supported_brands/slide.png and /dev/null differ
diff --git a/source/images/supported_brands/sma.png b/source/images/supported_brands/sma.png
deleted file mode 100644
index c68bf436bd4..00000000000
Binary files a/source/images/supported_brands/sma.png and /dev/null differ
diff --git a/source/images/supported_brands/smhi.png b/source/images/supported_brands/smhi.png
deleted file mode 100644
index 4996938c2a3..00000000000
Binary files a/source/images/supported_brands/smhi.png and /dev/null differ
diff --git a/source/images/supported_brands/snapcast.png b/source/images/supported_brands/snapcast.png
deleted file mode 100644
index 4ecb529f016..00000000000
Binary files a/source/images/supported_brands/snapcast.png and /dev/null differ
diff --git a/source/images/supported_brands/snips.png b/source/images/supported_brands/snips.png
deleted file mode 100644
index 0e00b2f97ea..00000000000
Binary files a/source/images/supported_brands/snips.png and /dev/null differ
diff --git a/source/images/supported_brands/socialblade.png b/source/images/supported_brands/socialblade.png
deleted file mode 100644
index c782662715e..00000000000
Binary files a/source/images/supported_brands/socialblade.png and /dev/null differ
diff --git a/source/images/supported_brands/soundtouch.png b/source/images/supported_brands/soundtouch.png
deleted file mode 100644
index 642d93c120e..00000000000
Binary files a/source/images/supported_brands/soundtouch.png and /dev/null differ
diff --git a/source/images/supported_brands/startca.png b/source/images/supported_brands/startca.png
deleted file mode 100644
index df2f88c25c8..00000000000
Binary files a/source/images/supported_brands/startca.png and /dev/null differ
diff --git a/source/images/supported_brands/stiebel_eltron.png b/source/images/supported_brands/stiebel_eltron.png
deleted file mode 100644
index 472affa0af7..00000000000
Binary files a/source/images/supported_brands/stiebel_eltron.png and /dev/null differ
diff --git a/source/images/supported_brands/supervisord.png b/source/images/supported_brands/supervisord.png
deleted file mode 100644
index 04a58cd4495..00000000000
Binary files a/source/images/supported_brands/supervisord.png and /dev/null differ
diff --git a/source/images/supported_brands/swisscom.png b/source/images/supported_brands/swisscom.png
deleted file mode 100644
index 8fc3d328c94..00000000000
Binary files a/source/images/supported_brands/swisscom.png and /dev/null differ
diff --git a/source/images/supported_brands/tahoma.png b/source/images/supported_brands/tahoma.png
deleted file mode 100644
index 2dfc52c973c..00000000000
Binary files a/source/images/supported_brands/tahoma.png and /dev/null differ
diff --git a/source/images/supported_brands/tank_utility.png b/source/images/supported_brands/tank_utility.png
deleted file mode 100644
index 68165ee1bd9..00000000000
Binary files a/source/images/supported_brands/tank_utility.png and /dev/null differ
diff --git a/source/images/supported_brands/tapsaff.png b/source/images/supported_brands/tapsaff.png
deleted file mode 100644
index c2df6b60cbb..00000000000
Binary files a/source/images/supported_brands/tapsaff.png and /dev/null differ
diff --git a/source/images/supported_brands/technicolor.png b/source/images/supported_brands/technicolor.png
deleted file mode 100644
index 8ce7ec0df82..00000000000
Binary files a/source/images/supported_brands/technicolor.png and /dev/null differ
diff --git a/source/images/supported_brands/teksavvy.png b/source/images/supported_brands/teksavvy.png
deleted file mode 100644
index b4b189f5f03..00000000000
Binary files a/source/images/supported_brands/teksavvy.png and /dev/null differ
diff --git a/source/images/supported_brands/thermoworks.png b/source/images/supported_brands/thermoworks.png
deleted file mode 100644
index 83c0ce375ef..00000000000
Binary files a/source/images/supported_brands/thermoworks.png and /dev/null differ
diff --git a/source/images/supported_brands/thingspeak.png b/source/images/supported_brands/thingspeak.png
deleted file mode 100644
index 29433adf8d3..00000000000
Binary files a/source/images/supported_brands/thingspeak.png and /dev/null differ
diff --git a/source/images/supported_brands/tibber.png b/source/images/supported_brands/tibber.png
deleted file mode 100644
index a7ffdad414f..00000000000
Binary files a/source/images/supported_brands/tibber.png and /dev/null differ
diff --git a/source/images/supported_brands/tikteck.png b/source/images/supported_brands/tikteck.png
deleted file mode 100644
index 8356819f4ca..00000000000
Binary files a/source/images/supported_brands/tikteck.png and /dev/null differ
diff --git a/source/images/supported_brands/tmb.png b/source/images/supported_brands/tmb.png
deleted file mode 100644
index 0606dd3f180..00000000000
Binary files a/source/images/supported_brands/tmb.png and /dev/null differ
diff --git a/source/images/supported_brands/torque.png b/source/images/supported_brands/torque.png
deleted file mode 100644
index d07b5476936..00000000000
Binary files a/source/images/supported_brands/torque.png and /dev/null differ
diff --git a/source/images/supported_brands/total_direct_energie.png b/source/images/supported_brands/total_direct_energie.png
deleted file mode 100644
index b67ffa6be85..00000000000
Binary files a/source/images/supported_brands/total_direct_energie.png and /dev/null differ
diff --git a/source/images/supported_brands/transport_nsw.png b/source/images/supported_brands/transport_nsw.png
deleted file mode 100644
index a11b0c63ebc..00000000000
Binary files a/source/images/supported_brands/transport_nsw.png and /dev/null differ
diff --git a/source/images/supported_brands/tuya.png b/source/images/supported_brands/tuya.png
deleted file mode 100644
index 09c2f015d57..00000000000
Binary files a/source/images/supported_brands/tuya.png and /dev/null differ
diff --git a/source/images/supported_brands/twentemilieu.png b/source/images/supported_brands/twentemilieu.png
deleted file mode 100644
index 2f0124dec3a..00000000000
Binary files a/source/images/supported_brands/twentemilieu.png and /dev/null differ
diff --git a/source/images/supported_brands/ubee.png b/source/images/supported_brands/ubee.png
deleted file mode 100644
index 460bb0506db..00000000000
Binary files a/source/images/supported_brands/ubee.png and /dev/null differ
diff --git a/source/images/supported_brands/ueradio.png b/source/images/supported_brands/ueradio.png
deleted file mode 100644
index 9da2b6c0184..00000000000
Binary files a/source/images/supported_brands/ueradio.png and /dev/null differ
diff --git a/source/images/supported_brands/uptimerobot.png b/source/images/supported_brands/uptimerobot.png
deleted file mode 100644
index f0be0a63ab0..00000000000
Binary files a/source/images/supported_brands/uptimerobot.png and /dev/null differ
diff --git a/source/images/supported_brands/us-geological-survey.png b/source/images/supported_brands/us-geological-survey.png
deleted file mode 100644
index 8f6a242cf0f..00000000000
Binary files a/source/images/supported_brands/us-geological-survey.png and /dev/null differ
diff --git a/source/images/supported_brands/vanderbilt_spc.png b/source/images/supported_brands/vanderbilt_spc.png
deleted file mode 100644
index 1823b9f0d9d..00000000000
Binary files a/source/images/supported_brands/vanderbilt_spc.png and /dev/null differ
diff --git a/source/images/supported_brands/velux.png b/source/images/supported_brands/velux.png
deleted file mode 100644
index 1a9be721094..00000000000
Binary files a/source/images/supported_brands/velux.png and /dev/null differ
diff --git a/source/images/supported_brands/venstar.png b/source/images/supported_brands/venstar.png
deleted file mode 100644
index d3f31356137..00000000000
Binary files a/source/images/supported_brands/venstar.png and /dev/null differ
diff --git a/source/images/supported_brands/viessmann.png b/source/images/supported_brands/viessmann.png
deleted file mode 100644
index a6e304ef670..00000000000
Binary files a/source/images/supported_brands/viessmann.png and /dev/null differ
diff --git a/source/images/supported_brands/voicerss.png b/source/images/supported_brands/voicerss.png
deleted file mode 100644
index 10bf132b6b9..00000000000
Binary files a/source/images/supported_brands/voicerss.png and /dev/null differ
diff --git a/source/images/supported_brands/volkszaehler.png b/source/images/supported_brands/volkszaehler.png
deleted file mode 100644
index e89fe396884..00000000000
Binary files a/source/images/supported_brands/volkszaehler.png and /dev/null differ
diff --git a/source/images/supported_brands/w800rf32.png b/source/images/supported_brands/w800rf32.png
deleted file mode 100644
index 724080580e7..00000000000
Binary files a/source/images/supported_brands/w800rf32.png and /dev/null differ
diff --git a/source/images/supported_brands/yale.png b/source/images/supported_brands/yale.png
deleted file mode 100644
index 0126b71623e..00000000000
Binary files a/source/images/supported_brands/yale.png and /dev/null differ
diff --git a/source/images/supported_brands/yandex.png b/source/images/supported_brands/yandex.png
deleted file mode 100644
index ad554e0e612..00000000000
Binary files a/source/images/supported_brands/yandex.png and /dev/null differ
diff --git a/source/images/supported_brands/zehnder.png b/source/images/supported_brands/zehnder.png
deleted file mode 100644
index 3a2d15ea356..00000000000
Binary files a/source/images/supported_brands/zehnder.png and /dev/null differ
diff --git a/source/images/supported_brands/zhong_hong.png b/source/images/supported_brands/zhong_hong.png
deleted file mode 100644
index 7a37b2c20ce..00000000000
Binary files a/source/images/supported_brands/zhong_hong.png and /dev/null differ
diff --git a/source/images/supported_brands/zoneminder.png b/source/images/supported_brands/zoneminder.png
deleted file mode 100644
index 80c348d1f9c..00000000000
Binary files a/source/images/supported_brands/zoneminder.png and /dev/null differ