diff --git a/_config.yml b/_config.yml
index d038f56b1c5..8ffe790fcf5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -182,7 +182,7 @@ toc:
installation:
container: "ghcr.io/home-assistant/home-assistant"
versions:
- python: "3.9"
+ python: "3.10"
types:
odroid:
board: ODROID
diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown
index 94f9456372e..2b484620b51 100644
--- a/source/_docs/configuration/customizing-devices.markdown
+++ b/source/_docs/configuration/customizing-devices.markdown
@@ -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/)
diff --git a/source/_integrations/enocean.markdown b/source/_integrations/enocean.markdown
index 8d725ee0a42..4759fecf7f7 100644
--- a/source/_integrations/enocean.markdown
+++ b/source/_integrations/enocean.markdown
@@ -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.
diff --git a/source/skyconnect/index.html b/source/skyconnect/index.html
index db974379cf2..451c7cf52da 100644
--- a/source/skyconnect/index.html
+++ b/source/skyconnect/index.html
@@ -332,6 +332,42 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
+
+
+