mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Merge branch 'current' into rc
This commit is contained in:
commit
3cccb5fb70
@ -186,6 +186,47 @@ $primary-color: #049cdb;
|
|||||||
background-color: lighten(#038fc7, 10%);
|
background-color: lighten(#038fc7, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.events {
|
||||||
|
padding: 16px;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap-reverse;
|
||||||
|
align-items: center;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
|
.caption {
|
||||||
|
padding: 0 12px;
|
||||||
|
max-width: 450px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
.secondary {
|
||||||
|
color: rgba(0, 0, 0, 0.54);
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 200px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.picture-promo {
|
.picture-promo {
|
||||||
display: block;
|
display: block;
|
||||||
@ -276,6 +317,19 @@ $primary-color: #049cdb;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 700px) {
|
||||||
|
.frontpage .events .event {
|
||||||
|
.caption {
|
||||||
|
padding-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// https://fortawesome.github.io/Font-Awesome/3.2.1/icons/
|
// https://fortawesome.github.io/Font-Awesome/3.2.1/icons/
|
||||||
|
|
||||||
h1:hover a.title-link,
|
h1:hover a.title-link,
|
||||||
|
@ -999,6 +999,21 @@ previously known as "Server Controls", but now moved to the developer tools.
|
|||||||
|
|
||||||
{% enddetails %}
|
{% enddetails %}
|
||||||
|
|
||||||
|
{% details "Temperature conversion" %}
|
||||||
|
|
||||||
|
Sensors reporting a temperature but not setting device class to temperature will
|
||||||
|
no longer have their values automatically converted.
|
||||||
|
For sensors that are manually configured, users need to set the device class.
|
||||||
|
If the integration providing the sensor does not support setting device class,
|
||||||
|
the sensor's state can be filtered through a template sensor.
|
||||||
|
|
||||||
|
([@emontnemery] - [#69069])
|
||||||
|
|
||||||
|
[@emontnemery]: https://github.com/emontnemery
|
||||||
|
[#69069]: https://github.com/home-assistant/core/pull/69069
|
||||||
|
|
||||||
|
{% enddetails %}
|
||||||
|
|
||||||
{% details "AVM FRITZ!Box Call Monitor" %}
|
{% details "AVM FRITZ!Box Call Monitor" %}
|
||||||
|
|
||||||
The previously deprecated YAML configuration of the AVM FRITZ!Box Call Monitor
|
The previously deprecated YAML configuration of the AVM FRITZ!Box Call Monitor
|
||||||
|
@ -30,7 +30,7 @@ The workshop will be free but you will need a couple of things if you want to be
|
|||||||
|
|
||||||
- Home Assistant OS 8.0 or newer (Matter relies on an add-on and Bluetooth)
|
- Home Assistant OS 8.0 or newer (Matter relies on an add-on and Bluetooth)
|
||||||
- [Home Assistant Community Store](https://hacs.xyz/) installed
|
- [Home Assistant Community Store](https://hacs.xyz/) installed
|
||||||
- Espressif ESP32-C3-DevKitM-1 ($9 @ [Mouser](https://www.mouser.com/ProductDetail/356-ESP32-C3DEVKITM1), €13.50 @ [Reichelt](https://www.reichelt.com/nl/en/developmentkit-esp32-c3-mini-1-esp32c3devkitm-p311730.html))
|
- Espressif ESP32-C3-DevKitM-1 ($9 @ [Mouser](https://www.mouser.com/ProductDetail/356-ESP32-C3DEVKITM1), €17 @ [Conrad](https://www.conrad.de/de/p/espressif-entwicklungsboard-esp32-c3-devkitm-1-2490158.html))
|
||||||
- Bluetooth. If you use a Raspberry Pi to run Home Assistant you’re set. If you have a Home Assistant Blue or another device without Bluetooth, get a Bluetooth USB adapter that is supported by Home Assistant OS ([like this one](https://www.amazon.com/gp/product/B09DMP6T22/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B09DMP6T22&linkCode=as2&tag=homeassista0e-20&linkId=c5046239bf04d5b21835299dfb393f0e)).
|
- Bluetooth. If you use a Raspberry Pi to run Home Assistant you’re set. If you have a Home Assistant Blue or another device without Bluetooth, get a Bluetooth USB adapter that is supported by Home Assistant OS ([like this one](https://www.amazon.com/gp/product/B09DMP6T22/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B09DMP6T22&linkCode=as2&tag=homeassista0e-20&linkId=c5046239bf04d5b21835299dfb393f0e)).
|
||||||
|
|
||||||
Even if you can’t follow along, it will still be an informative session!
|
Even if you can’t follow along, it will still be an informative session!
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: landingpage
|
layout: landingpage
|
||||||
|
frontpage: false
|
||||||
title: "Home Assistant Blue!"
|
title: "Home Assistant Blue!"
|
||||||
description: "Where style and performance meet privacy"
|
description: "Where style and performance meet privacy"
|
||||||
date: 2020-12-12
|
date: 2020-12-12
|
||||||
|
BIN
source/images/events/lets-get-loud.jpg
Normal file
BIN
source/images/events/lets-get-loud.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -89,17 +89,34 @@ feedback: false
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
||||||
<a
|
|
||||||
class="material-card picture-promo"
|
|
||||||
href="/state-of-the-open-home/"
|
|
||||||
aria-label="Learn more about State of the Open Home"
|
|
||||||
style="
|
|
||||||
padding-top: 56%;
|
|
||||||
background: center/contain no-repeat url(/images/state-of-the-open-home/promo.png) #fff;
|
|
||||||
"
|
|
||||||
>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
<div class="material-card events">
|
||||||
|
<h3>Upcoming Events</h3>
|
||||||
|
<a href="/blog/2022/05/29/matter-in-home-assistant-workshop-announcement/" class="event">
|
||||||
|
<div class="caption">
|
||||||
|
<div class="title">Matter in Home Assistant Workshop</div>
|
||||||
|
<div class="secondary">Wed June 15th - 12:00 PM PDT / 21:00 CET</div>
|
||||||
|
<p class="subtitle">We will be hosting our free Matter in Home Assistant workshop. The workshop will contain two
|
||||||
|
parts. In the first part we will talk about what Matter is and how it will work in Home Assistant. In the second
|
||||||
|
part we will
|
||||||
|
walk you through how to add experimental Matter support to your Home Assistant installation and integrate your
|
||||||
|
first Wi-Fi based Matter device.</p>
|
||||||
|
</div>
|
||||||
|
<img src="images/blog/2022-05-matter-in-home-assistant-workshop-announcement/social.png" />
|
||||||
|
</a>
|
||||||
|
<a href="https://www.youtube.com/watch?v=SEH-DxOsywg" class="event" target="_blank">
|
||||||
|
<div class="caption">
|
||||||
|
<div class="title">Let's get loud! - Audio in the Open Home</div>
|
||||||
|
<div class="secondary">Thu June 16th - 12:00 PM PDT / 21:00 CET</div>
|
||||||
|
<p class="subtitle">We've been working on some exciting open audio stuff for the smart home we would like to
|
||||||
|
share. Featuring Home Assistant, ESPHome, Raspiaudio and a special guest.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<img src="/images/events/lets-get-loud.jpg" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Home Assistant Yellow -->
|
||||||
<a
|
<a
|
||||||
class="material-card picture-promo"
|
class="material-card picture-promo"
|
||||||
href="https://www.crowdsupply.com/nabu-casa/home-assistant-yellow"
|
href="https://www.crowdsupply.com/nabu-casa/home-assistant-yellow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user