mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Make shelly featured, updated homepage logos (#14462)
This commit is contained in:
parent
28a13801e3
commit
0d762e98f7
@ -1,44 +1,51 @@
|
||||
<h2 class="title">Observe</h2>
|
||||
<hr>
|
||||
<p>Home Assistant will track the state of all the devices in your home, so you don't have to.</p>
|
||||
<div class='supported-brands clearfix'>
|
||||
<a href='/integrations/ecobee/'>
|
||||
<img src='/images/supported_brands/ecobee.png' alt="Ecobee" />
|
||||
<div class="supported-brands clearfix">
|
||||
<a href="/integrations/ecobee/">
|
||||
<img alt="Ecobee" src="https://brands.home-assistant.io/ecobee/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/hue/'>
|
||||
<img src='/images/supported_brands/philips_hue.png' alt="Philips Hue" />
|
||||
<a href="/integrations/hue/">
|
||||
<img alt="Philips Hue" src="https://brands.home-assistant.io/hue/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/cast/'>
|
||||
<img src='https://brands.home-assistant.io/cast/logo.png' srcset="https://brands.home-assistant.io/cast/logo@2x.png 2x" alt="Google Cast"/>
|
||||
<a href="/integrations/cast/">
|
||||
<img alt="Google Cast" src="https://brands.home-assistant.io/cast/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/mqtt/'>
|
||||
<img src='/images/supported_brands/mqtt.png' alt="MQTT" />
|
||||
<a href="/integrations/google_assistant/">
|
||||
<img alt="Google Cast" src="https://brands.home-assistant.io/google_assistant/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/wemo/'>
|
||||
<img src='/images/supported_brands/belkin_wemo.png' alt="Belkin WeMo" />
|
||||
<a href="/integrations/mqtt/">
|
||||
<img alt="MQTT" src="https://brands.home-assistant.io/mqtt/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/pushbullet#notifications/'>
|
||||
<img src='/images/supported_brands/pushbullet.png' alt="Pushbullet" />
|
||||
<a href="/integrations/wemo/">
|
||||
<img alt="Belkin WeMo" src="https://brands.home-assistant.io/wemo/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/kodi/'>
|
||||
<img src='/images/supported_brands/kodi.png' alt="Kodi" />
|
||||
<a href="/integrations/shelly/">
|
||||
<img alt="Shelly" src="https://brands.home-assistant.io/shelly/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/plex/'>
|
||||
<img src='/images/supported_brands/plex.png' alt="Plex" />
|
||||
<a href="/integrations/kodi/">
|
||||
<img alt="Kodi" src="https://brands.home-assistant.io/kodi/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/tradfri/'>
|
||||
<img src='/images/supported_brands/ikea.svg' width='165' alt="IKEA" />
|
||||
<a href="/integrations/plex/">
|
||||
<img alt="Plex" src="https://brands.home-assistant.io/plex/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/vera/'>
|
||||
<img src='/images/supported_brands/vera.png' alt="Vera" />
|
||||
<a href="/integrations/tradfri/">
|
||||
<img alt="IKEA" src="https://brands.home-assistant.io/tradfri/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/luci/'>
|
||||
<img src='/images/supported_brands/openwrt.png' alt="OpenWRT" />
|
||||
<a href="/integrations/vera/">
|
||||
<img alt="Vera" src="https://brands.home-assistant.io/vera/logo.png"/>
|
||||
</a>
|
||||
<a href='/integrations/arduino/'>
|
||||
<img src='/images/supported_brands/arduino.png' alt="Arduino" />
|
||||
<a href="/integrations/sonos/">
|
||||
<img alt="OpenWRT" src="https://brands.home-assistant.io/sonos/logo.png"/>
|
||||
</a>
|
||||
<a href="/integrations/zha/">
|
||||
<img alt="Arduino" src="https://brands.home-assistant.io/zha/logo.png"/>
|
||||
</a>
|
||||
<a href="/integrations/ozw/">
|
||||
<img alt="Arduino" src="https://brands.home-assistant.io/ozw/logo.png"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<p class='pull-right'><a href='/integrations/'>Browse all »</a></p>
|
||||
|
||||
<p class="pull-right">
|
||||
<a href="/integrations/">Browse all »</a>
|
||||
</p>
|
||||
|
@ -7,6 +7,7 @@ ha_release: 0.115
|
||||
ha_codeowners:
|
||||
- "@balloob"
|
||||
ha_domain: shelly
|
||||
ha_featured: true
|
||||
---
|
||||
|
||||
Integrate [Shelly devices](https://shelly.cloud) into Home Assistant.
|
||||
|
Loading…
x
Reference in New Issue
Block a user