diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown
index 25842c1f8da..dc1f2e2d3c4 100644
--- a/source/_docs/configuration/templating.markdown
+++ b/source/_docs/configuration/templating.markdown
@@ -470,7 +470,7 @@ The same thing can also be expressed as a test:
{% raw %}
```text
-{{ floor() }} # ['floor_id']
+{{ floors() }} # ['floor_id']
```
```text
diff --git a/source/_integrations/ecobee.markdown b/source/_integrations/ecobee.markdown
index 740953ec29e..140a31a0fba 100644
--- a/source/_integrations/ecobee.markdown
+++ b/source/_integrations/ecobee.markdown
@@ -33,6 +33,10 @@ The **ecobee** {% term integration %} lets you control and view sensor data from
You will need to obtain an API key from ecobee's [developer site](https://www.ecobee.com/developers/) to use this integration. To get the key, your thermostat must be registered on ecobee's website (which you likely would have already done while installing your thermostat). Once you have done that, perform the following steps.
+
+As of March 28th, 2024, ecobee is no longer accepting new developer subscriptions, and there is no ETA for when they will be allowed again. Existing developers are not affected.
+
+
1. Click on the **Become a developer** link on the [developer site](https://www.ecobee.com/home/developer/loginDeveloper.jsp).
2. Log in with your ecobee credentials. (Make sure multifactor authentication is disabled to meet the developer login form's limits. If you've already enabled MFA, the web portal doesn't support disabling it. The iOS and Android apps do under Account > Account Security. You can re-enable MFA after becoming a developer.)
3. Accept the SDK agreement.
diff --git a/source/_integrations/lawn_mower.mqtt.markdown b/source/_integrations/lawn_mower.mqtt.markdown
index 305c41c2f34..d8c58a26742 100644
--- a/source/_integrations/lawn_mower.mqtt.markdown
+++ b/source/_integrations/lawn_mower.mqtt.markdown
@@ -177,7 +177,7 @@ qos:
type: integer
default: 0
start_mowing_template:
- description: Defines a [template](/docs/configuration/templating/#using-templates-with-the-mqtt-integration) to generate the payload to send to `dock_command_topic`. The `value` parameter in the template will be set to `dock`.
+ description: Defines a [template](/docs/configuration/templating/#using-templates-with-the-mqtt-integration) to generate the payload to send to `start_mowing_command_topic`. The `value` parameter in the template will be set to `start_mowing`.
required: false
type: template
start_mowing_command_topic:
diff --git a/source/_posts/2024-04-24-state-of-the-open-home-2024.markdown b/source/_posts/2024-04-24-state-of-the-open-home-2024.markdown
new file mode 100644
index 00000000000..7b2359930ee
--- /dev/null
+++ b/source/_posts/2024-04-24-state-of-the-open-home-2024.markdown
@@ -0,0 +1,33 @@
+---
+layout: post
+title: "Thinking Bigger: State of the Open Home 2024"
+description: "The State of the Open Home 2024 stream includes a deep dive into the evolution of Home Assistant, and how it has now reached an estimated 1 million installations."
+date: 2024-04-24 00:00:01
+date_formatted: "April 24, 2024"
+author: Gordon Cameron
+comments: true
+categories: Announcements
+og_image: /images/blog/2024-04-24-state-of-the-open-home-2024/banner.jpg
+---
+
+We recently held our [State of the Open Home 2024 live stream](https://www.youtube.com/live/oa__fLArsFk?si=PzlfiHLUYE6uAEq3), where we revealed how we are thinking [even bigger](/blog/2018/09/17/thinking-big/) about securing the future of the smart home. During this stream we launched the [Open Home Foundation](https://www.openhomefoundation.org/), a new non-profit organization created to fight for the fundamental principles of the smart home — privacy, choice, and sustainability — focused on serving everyone that lives in one. To learn more about the Open Home Foundation read the full [announcement](https://www.openhomefoundation.org/blog/announcing-the-open-home-foundation/).
+
+The stream includes a deep dive into the evolution of Home Assistant and how it has now reached an estimated 1 million installations. There were other substantial updates on voice and hardware, including teasing our upcoming Z-Wave and voice assistant hardware. The first panel discussion featured the founders of Open Home Foundation collaborating projects WLED, Zigbee2MQTT, Rhasspy, and Z-Wave JS. A second panel gave a comprehensive overview of the state of open standards, featuring key open-source developers working on Zigbee, Z-Wave, Matter, and Bluetooth. The stream caps off with a look into the future of the open home, including the announcement of a roadmap full of exciting new features.
+
+
+
+
+
+Full list of chapters:
+
+- Introduction ([0:00:11](https://www.youtube.com/watch?v=oa__fLArsFk&t=11s))
+- Announcing the Open Home Foundation - Paulus Schoutsen ([0:02:36](https://www.youtube.com/watch?v=oa__fLArsFk&t=156s))
+- Panel with Open Home Foundation collaborators - WLED, Zigbee2MQTT, Rhasspy, Z-Wave JS ([0:18:31](https://www.youtube.com/watch?v=oa__fLArsFk&t=1111s))
+- Voice - Michael Hansen ([0:36:31](https://www.youtube.com/watch?v=oa__fLArsFk&t=2191s))
+- Home Assistant - Franck Nijhof ([0:53:08](https://www.youtube.com/watch?v=oa__fLArsFk&t=3188s))
+- Hardware - Uwe Bernitt ([1:21:37](https://www.youtube.com/watch?v=oa__fLArsFk&t=4897s))
+- Panel on Open Standards - Zigbee, Z-Wave, Matter, Bluetooth ([1:40:21](https://www.youtube.com/watch?v=oa__fLArsFk&t=6021s))
+- Future - Madelena Mak ([2:07:29](https://www.youtube.com/watch?v=oa__fLArsFk&t=7649s))
+- Closing ([2:37:33](https://www.youtube.com/watch?v=oa__fLArsFk&t=9453s))
+
+**The Open Home Foundation** now owns and governs over 240 open-source projects, standards, drivers, and libraries, including Home Assistant - protecting these projects from buy-out or becoming abandoned. To learn more about the Open Home Foundation, visit: [www.openhomefoundation.org](https://www.openhomefoundation.org/)
diff --git a/source/images/blog/2024-04-24-state-of-the-open-home-2024/banner.jpg b/source/images/blog/2024-04-24-state-of-the-open-home-2024/banner.jpg
new file mode 100644
index 00000000000..3102c8cc76a
Binary files /dev/null and b/source/images/blog/2024-04-24-state-of-the-open-home-2024/banner.jpg differ
diff --git a/source/index.html b/source/index.html
index 7d6cec1c915..89ebda6e4e1 100644
--- a/source/index.html
+++ b/source/index.html
@@ -107,7 +107,7 @@ feedback: false