Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2023-01-25 18:43:10 +01:00
commit 8c55efe083
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 42 additions and 1 deletions

View File

@ -182,7 +182,7 @@ toc:
installation:
container: "ghcr.io/home-assistant/home-assistant"
versions:
python: "3.9"
python: "3.10"
types:
odroid:
board: ODROID

View File

@ -62,8 +62,11 @@ initial_state:
Device class is currently supported by the following platforms:
- [Binary Sensor](/integrations/binary_sensor/)
- [Button](/integrations/button/)
- [Cover](/integrations/cover/)
- [Humidifier](/integrations/humidifier/)
- [Media Player](/integrations/media_player/)
- [Number](/integrations/number/)
- [Sensor](/integrations/sensor/)
- [Switch](/integrations/switch/)

View File

@ -122,6 +122,8 @@ automation:
{% endraw %}
You can find the `event_data` `id` by going to "Developer Tools" -> "Events" and listening to “button_pressed” events. Then hit a button on the device and you should see an event.
## Light
An EnOcean light can take many forms. Currently only one type has been tested: Eltako FUD61 dimmer.

View File

@ -332,6 +332,42 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
</svg>
</div>
</a>
<a
href="https://www.hashop.nl/Home-Assistant-SkyConnect"
target="_blank"
>
<div class="distributor">
<div>
<div>🇳🇱</div>
<div>HAshop</div>
<div>Located in the Netherlands</div>
</div>
<svg width="24" height="24" viewBox="0 0 24 24">
<path
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
/>
</svg>
</div>
</a>
<a
href="https://shop.swiss-domotique.ch/de/smarthome-zentrale/2118-nabu-casa-home-assistant-skyconnect.html"
target="_blank"
>
<div class="distributor">
<div>
<div>🇨🇭</div>
<div>Swiss-Domotique</div>
<div>Located in Switzerland</div>
</div>
<svg width="24" height="24" viewBox="0 0 24 24">
<path
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
/>
</svg>
</div>
</a>
</div>
</div>
</div>