mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add component collection
This commit is contained in:
parent
9702d39c42
commit
120dbf547d
@ -63,6 +63,10 @@ default_asides: [post/sharing.html, asides/recent_posts.html, asides/github.html
|
|||||||
# post_asides:
|
# post_asides:
|
||||||
# page_asides:
|
# page_asides:
|
||||||
|
|
||||||
|
collections:
|
||||||
|
components:
|
||||||
|
output: true
|
||||||
|
|
||||||
# ----------------------- #
|
# ----------------------- #
|
||||||
# 3rd Party Settings #
|
# 3rd Party Settings #
|
||||||
# ----------------------- #
|
# ----------------------- #
|
||||||
|
@ -256,3 +256,84 @@ p.note {
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#components-page {
|
||||||
|
.isotope-item {
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
.isotope-hidden.isotope-item {
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
.isotope,
|
||||||
|
.isotope .isotope-item {
|
||||||
|
-webkit-transition-duration: 0.8s;
|
||||||
|
-moz-transition-duration: 0.8s;
|
||||||
|
transition-duration: 0.8s;
|
||||||
|
}
|
||||||
|
.isotope {
|
||||||
|
-webkit-transition-property: height, width;
|
||||||
|
-moz-transition-property: height, width;
|
||||||
|
transition-property: height, width;
|
||||||
|
}
|
||||||
|
.isotope .isotope-item {
|
||||||
|
-webkit-transition-property: -webkit-transform, opacity;
|
||||||
|
-moz-transition-property: -moz-transform, opacity;
|
||||||
|
transition-property: transform, opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter-button-group {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
margin-right: 8px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&.current {
|
||||||
|
background-color: #3A5561;
|
||||||
|
background-image: linear-gradient(to bottom, #3A5561,#3F6B7D);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#componentContainer {
|
||||||
|
a {
|
||||||
|
display: inline-block;
|
||||||
|
width: 200px;
|
||||||
|
height: 142px;
|
||||||
|
background-color: #fefefe;
|
||||||
|
margin-right: 8px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
border-radius: 2px;
|
||||||
|
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
||||||
|
padding: 8px;
|
||||||
|
|
||||||
|
.img-container {
|
||||||
|
height: 50px;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 50px;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 18px;
|
||||||
|
color: #000;
|
||||||
|
line-height: 1.3em;
|
||||||
|
height: 2.6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.category {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #AAA;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Alarm Control Panel
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/preferences-system-privacy.png' class='brand pull-right' />
|
<img src='/images/supported_brands/preferences-system-privacy.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: mqtt.png
|
||||||
|
ha_category: "Alarm Control Panel"
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
@ -7,6 +7,10 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: arduino.png
|
||||||
|
ha_category: DIY
|
||||||
|
logo: arduino.png
|
||||||
|
ha_category: Hub
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
|
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Other
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/web-browser.png' class='brand pull-right' />
|
<img src='/images/supported_brands/web-browser.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: foscam.png
|
||||||
|
ha_category: Camera
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/foscam.png' class='brand pull-right' />
|
<img src='/images/supported_brands/foscam.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Camera
|
||||||
---
|
---
|
||||||
<img src='/images/supported_brands/camera-web.png' class='brand pull-right' />
|
<img src='/images/supported_brands/camera-web.png' class='brand pull-right' />
|
||||||
|
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: actiontec.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/actiontec.png' class='brand pull-right' />
|
<img src='/images/supported_brands/actiontec.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: aruba.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/aruba.png' class='brand pull-right' />
|
<img src='/images/supported_brands/aruba.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: asus.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/asus.png' class='brand pull-right' />
|
<img src='/images/supported_brands/asus.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: ddwrt.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/ddwrt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/ddwrt.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: geofancy.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/geofancy.png' class='brand pull-right' />
|
<img src='/images/supported_brands/geofancy.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: openwrt.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/openwrt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/openwrt.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: mqtt.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: netgear.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/netgear.png' class='brand pull-right' />
|
<img src='/images/supported_brands/netgear.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/network-workgroup.png' class='brand pull-right' />
|
<img src='/images/supported_brands/network-workgroup.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: owntracks.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/owntracks.png' class='brand pull-right' />
|
<img src='/images/supported_brands/owntracks.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: network-snmp.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/network-snmp.png' class='brand pull-right' />
|
<img src='/images/supported_brands/network-snmp.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: technicolor.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/technicolor.png' class='brand pull-right' />
|
<img src='/images/supported_brands/technicolor.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/network-wired-disconnected.png' class='brand pull-right' />
|
<img src='/images/supported_brands/network-wired-disconnected.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: tp-link.png
|
||||||
|
ha_category: Presence Detection
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/tp-link.png' class='brand pull-right' />
|
<img src='/images/supported_brands/tp-link.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Other
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/emblem-downloads.png' class='brand pull-right' />
|
<img src='/images/supported_brands/emblem-downloads.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: ifttt.png
|
||||||
|
ha_category: Other
|
||||||
---
|
---
|
||||||
<img src='/images/supported_brands/ifttt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/ifttt.png' class='brand pull-right' />
|
||||||
[IFTTT](https://ifttt.com) is a web service that allows users to create chains of simple conditional
|
[IFTTT](https://ifttt.com) is a web service that allows users to create chains of simple conditional
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Hub
|
||||||
---
|
---
|
||||||
|
|
||||||
### Basic Configuration ###
|
### Basic Configuration ###
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Other
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/input-keyboard.png' class='brand pull-right' />
|
<img src='/images/supported_brands/input-keyboard.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: blinkstick.png
|
||||||
|
ha_category: Light
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/blinkstick.png' class='brand pull-right' />
|
<img src='/images/supported_brands/blinkstick.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: philips_hue.png
|
||||||
|
ha_category: Light
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/philips_hue.png' class='brand pull-right' />
|
<img src='/images/supported_brands/philips_hue.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Light
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/dialog-information.png' class='brand pull-right' />
|
<img src='/images/supported_brands/dialog-information.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Light
|
||||||
---
|
---
|
||||||
The rfxtrx platform support lights that communicate in the frequency range of 433.92 MHz.
|
The rfxtrx platform support lights that communicate in the frequency range of 433.92 MHz.
|
||||||
|
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: google_cast.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/google_cast.png' class='brand pull-right' />
|
<img src='/images/supported_brands/google_cast.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: denon.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/denon.png' class='brand pull-right' />
|
<img src='/images/supported_brands/denon.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: itunes.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/itunes.png' class='brand pull-right' />
|
<img src='/images/supported_brands/itunes.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: kodi.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/kodi.png' class='brand pull-right' />
|
<img src='/images/supported_brands/kodi.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: mpd.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/mpd.png' class='brand pull-right' />
|
<img src='/images/supported_brands/mpd.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: plex.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/plex.png' class='brand pull-right' />
|
<img src='/images/supported_brands/plex.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: sonos.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/sonos.png' class='brand pull-right' />
|
<img src='/images/supported_brands/sonos.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: logitech.png
|
||||||
|
ha_category: Media Player
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/logitech.png' class='brand pull-right' />
|
<img src='/images/supported_brands/logitech.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: modbus.png
|
||||||
|
ha_category: Hub
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/modbus.png' class='brand pull-right' />
|
<img src='/images/supported_brands/modbus.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/text-x-generic.png' class='brand pull-right' />
|
<img src='/images/supported_brands/text-x-generic.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: instapush.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/instapush.png' class='brand pull-right' />
|
<img src='/images/supported_brands/instapush.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: nma.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/nma.png' class='brand pull-right' />
|
<img src='/images/supported_brands/nma.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: pushbullet.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/pushbullet.png' class='brand pull-right' />
|
<img src='/images/supported_brands/pushbullet.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: pushover.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/pushover.png' class='brand pull-right' />
|
<img src='/images/supported_brands/pushover.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: slack.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/slack.png' class='brand pull-right' />
|
<img src='/images/supported_brands/slack.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: smtp.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/smtp.png' class='brand pull-right' />
|
<img src='/images/supported_brands/smtp.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/applications-system.png' class='brand pull-right' />
|
<img src='/images/supported_brands/applications-system.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: telegram.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/telegram.png' class='brand pull-right' />
|
<img src='/images/supported_brands/telegram.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: xmpp.png
|
||||||
|
ha_category: Notify
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/xmpp.png' class='brand pull-right' />
|
<img src='/images/supported_brands/xmpp.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Hub
|
||||||
---
|
---
|
||||||
The rfxtrx component supports RFXtrx devices by [RFXCOM](http://www.rfxcom.com) which communicate in the frequency range of 433.92 MHz.
|
The rfxtrx component supports RFXtrx devices by [RFXCOM](http://www.rfxcom.com) which communicate in the frequency range of 433.92 MHz.
|
||||||
|
|
@ -27,14 +27,14 @@ script:
|
|||||||
entity_id: device_tracker.paulus
|
entity_id: device_tracker.paulus
|
||||||
domain: light
|
domain: light
|
||||||
- alias: Bedroom lights on
|
- alias: Bedroom lights on
|
||||||
execute_service: light.turn_on
|
service: light.turn_on
|
||||||
service_data:
|
data:
|
||||||
entity_id: group.bedroom
|
entity_id: group.bedroom
|
||||||
- delay:
|
- delay:
|
||||||
# supports seconds, milliseconds, minutes, hours, etc.
|
# supports seconds, milliseconds, minutes, hours, etc.
|
||||||
minutes: 1
|
minutes: 1
|
||||||
- alias: Living room lights on
|
- alias: Living room lights on
|
||||||
execute_service: light.turn_on
|
service: light.turn_on
|
||||||
service_data:
|
data:
|
||||||
entity_id: group.living_room
|
entity_id: group.living_room
|
||||||
```
|
```
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: arduino.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
|
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: arest.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/arest.png' class='brand pull-right' />
|
<img src='/images/supported_brands/arest.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: bitcoin.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/bitcoin.png' class='brand pull-right' />
|
<img src='/images/supported_brands/bitcoin.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
|
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/utilities-system-monitor.png' class='brand pull-right' />
|
<img src='/images/supported_brands/utilities-system-monitor.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: dht.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/dht.png' class='brand pull-right' />
|
<img src='/images/supported_brands/dht.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: efergy.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/efergy.png' class='brand pull-right' />
|
<img src='/images/supported_brands/efergy.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Weather
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/weather-few-clouds.png' class='brand pull-right' />
|
<img src='/images/supported_brands/weather-few-clouds.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: glances.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/glances.png' class='brand pull-right' />
|
<img src='/images/supported_brands/glances.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: mqtt.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: mysensors.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/mysensors.png' class='brand pull-right' />
|
<img src='/images/supported_brands/mysensors.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: openweathermap.png
|
||||||
|
ha_category: Weather
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/openweathermap.png' class='brand pull-right' />
|
<img src='/images/supported_brands/openweathermap.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/rest.png' class='brand pull-right' />
|
<img src='/images/supported_brands/rest.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz.
|
The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz.
|
||||||
|
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: raspberry-pi.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/raspberry-pi.png' class='brand pull-right' />
|
<img src='/images/supported_brands/raspberry-pi.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: sabnzbd.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/sabnzbd.png' class='brand pull-right' />
|
<img src='/images/supported_brands/sabnzbd.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/appointment-new.png' class='brand pull-right' />
|
<img src='/images/supported_brands/appointment-new.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/utilities-system-monitor.png' class='brand pull-right' />
|
<img src='/images/supported_brands/utilities-system-monitor.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
This temper sensor platform allows you to get the current temperature from a TEMPer device.
|
This temper sensor platform allows you to get the current temperature from a TEMPer device.
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/clock.png' class='brand pull-right' />
|
<img src='/images/supported_brands/clock.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: transmission.png
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/transmission.png' class='brand pull-right' />
|
<img src='/images/supported_brands/transmission.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/clock.png' class='brand pull-right' />
|
<img src='/images/supported_brands/clock.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Other
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
|
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Weather
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/weather-clear.png' class='brand pull-right' />
|
<img src='/images/supported_brands/weather-clear.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: arduino.png
|
||||||
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
|
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: arest.png
|
||||||
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/arest.png' class='brand pull-right' />
|
<img src='/images/supported_brands/arest.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
|
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: edimax.png
|
||||||
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/edimax.png' class='brand pull-right' />
|
<img src='/images/supported_brands/edimax.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: hikvision.png
|
||||||
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/hikvision.png' class='brand pull-right' />
|
<img src='/images/supported_brands/hikvision.png' class='brand pull-right' />
|
@ -7,6 +7,8 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: mqtt.png
|
||||||
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
@ -7,6 +7,7 @@ sidebar: false
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
The rfxtrx platform support switches that communicate in the frequency range of 433.92 MHz.
|
The rfxtrx platform support switches that communicate in the frequency range of 433.92 MHz.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user