diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 5665d407074..1a8f8257ccf 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -1,5 +1,20 @@ @charset "UTF-8"; +.usp .icon i { + border: none !important; +} + +.supported-brands { + text-align: center; + img { + border: none !important; + box-shadow: none !important; + max-height: 50px; + max-width: 200px; + margin: 10px; + } +} + // https://fortawesome.github.io/Font-Awesome/3.2.1/icons/ h1:hover a.title-link, diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html index 59fd12113df..d72e88d83f6 100644 --- a/source/_includes/custom/grid_item_left.html +++ b/source/_includes/custom/grid_item_left.html @@ -3,15 +3,19 @@
Home Assistant will track the state of all the devices in your home, so you don't have to.
-The following are supported:
-We've got you covered.
diff --git a/source/images/supported_brands/belkin_wemo.png b/source/images/supported_brands/belkin_wemo.png new file mode 100644 index 00000000000..18d287dc24d Binary files /dev/null and b/source/images/supported_brands/belkin_wemo.png differ diff --git a/source/images/supported_brands/google_cast.png b/source/images/supported_brands/google_cast.png new file mode 100644 index 00000000000..4988eff14f8 Binary files /dev/null and b/source/images/supported_brands/google_cast.png differ diff --git a/source/images/supported_brands/nest_thermostat.png b/source/images/supported_brands/nest_thermostat.png new file mode 100644 index 00000000000..8ce871f6bee Binary files /dev/null and b/source/images/supported_brands/nest_thermostat.png differ diff --git a/source/images/supported_brands/netgear.png b/source/images/supported_brands/netgear.png new file mode 100644 index 00000000000..130ee39119f Binary files /dev/null and b/source/images/supported_brands/netgear.png differ diff --git a/source/images/supported_brands/openwrt.png b/source/images/supported_brands/openwrt.png new file mode 100644 index 00000000000..5d9a5e53702 Binary files /dev/null and b/source/images/supported_brands/openwrt.png differ diff --git a/source/images/supported_brands/philips_hue.png b/source/images/supported_brands/philips_hue.png new file mode 100644 index 00000000000..d0e4c830c08 Binary files /dev/null and b/source/images/supported_brands/philips_hue.png differ diff --git a/source/images/supported_brands/pushbullet.png b/source/images/supported_brands/pushbullet.png new file mode 100644 index 00000000000..0ed8566e4ce Binary files /dev/null and b/source/images/supported_brands/pushbullet.png differ diff --git a/source/images/supported_brands/pushover.png b/source/images/supported_brands/pushover.png new file mode 100644 index 00000000000..e8fc4125c0a Binary files /dev/null and b/source/images/supported_brands/pushover.png differ diff --git a/source/images/supported_brands/sabnzbd.png b/source/images/supported_brands/sabnzbd.png new file mode 100644 index 00000000000..1078e7e3e94 Binary files /dev/null and b/source/images/supported_brands/sabnzbd.png differ diff --git a/source/images/supported_brands/telldus_tellstick.png b/source/images/supported_brands/telldus_tellstick.png new file mode 100644 index 00000000000..b698c0b058e Binary files /dev/null and b/source/images/supported_brands/telldus_tellstick.png differ diff --git a/source/images/supported_brands/vera.png b/source/images/supported_brands/vera.png new file mode 100644 index 00000000000..0643c398a13 Binary files /dev/null and b/source/images/supported_brands/vera.png differ diff --git a/source/images/supported_brands/wink.png b/source/images/supported_brands/wink.png new file mode 100644 index 00000000000..81163313b8f Binary files /dev/null and b/source/images/supported_brands/wink.png differ diff --git a/source/images/supported_brands/z-wave.png b/source/images/supported_brands/z-wave.png new file mode 100644 index 00000000000..26e7ae10937 Binary files /dev/null and b/source/images/supported_brands/z-wave.png differ