diff --git a/source/_integrations/gc100.markdown b/source/_integrations/gc100.markdown index 781011d39f4..dfdb8b97bde 100644 --- a/source/_integrations/gc100.markdown +++ b/source/_integrations/gc100.markdown @@ -7,6 +7,7 @@ ha_category: - Switch ha_release: 0.57 ha_iot_class: Local Polling +logo: global-cache.png --- The Global Caché [GC-100](https://www.globalcache.com/products/gc-100/) can be integrated into Home Assistant. GC-100 is a TCP-controllable diff --git a/source/_integrations/orangepi_gpio.markdown b/source/_integrations/orangepi_gpio.markdown index 34ee616cb35..ba6c07548b9 100644 --- a/source/_integrations/orangepi_gpio.markdown +++ b/source/_integrations/orangepi_gpio.markdown @@ -6,6 +6,7 @@ ha_category: - Binary Sensor ha_release: 0.93 ha_iot_class: Local Push +logo: orange-pi.png --- The `orangepi_gpio` integration is the base for all related GPIO platforms in Home Assistant. There is no setup needed for the integration itself, for the platforms please check their corresponding pages. diff --git a/source/_integrations/ssdp.markdown b/source/_integrations/ssdp.markdown index 7627c272b64..98fdac9f5ce 100644 --- a/source/_integrations/ssdp.markdown +++ b/source/_integrations/ssdp.markdown @@ -4,6 +4,7 @@ description: "Discover integrations on the network using the SSDP protocol." ha_category: - Network ha_release: 0.94 +logo: home-assistant.png --- The `ssdp` "Simple Service Discovery Protocol" integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the config panel. diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown index 7cb0c209973..1888e4ab651 100644 --- a/source/_integrations/zeroconf.markdown +++ b/source/_integrations/zeroconf.markdown @@ -5,6 +5,7 @@ ha_category: - Network ha_qa_scale: internal ha_release: 0.18 +logo: home-assistant.png --- The `zeroconf` integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the config panel. It will also make Home Assistant discoverable for other services in the network. Zeroconf is also sometimes known as Bonjour, Rendezvous, and Avahi. diff --git a/source/images/supported_brands/global-cache.png b/source/images/supported_brands/global-cache.png new file mode 100644 index 00000000000..a711e672ed3 Binary files /dev/null and b/source/images/supported_brands/global-cache.png differ diff --git a/source/images/supported_brands/orange-pi.png b/source/images/supported_brands/orange-pi.png new file mode 100644 index 00000000000..ffc73e84a2f Binary files /dev/null and b/source/images/supported_brands/orange-pi.png differ