diff --git a/_config.yml b/_config.yml
index 0478d6480b2..515c9faa3d8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -107,8 +107,8 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 7
-current_patch_version: 6
-date_released: 2022-07-20
+current_patch_version: 7
+date_released: 2022-07-26
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
diff --git a/source/_includes/installation/supervised.md b/source/_includes/installation/supervised.md
index 7d7f64be7c5..d962580863c 100644
--- a/source/_includes/installation/supervised.md
+++ b/source/_includes/installation/supervised.md
@@ -9,7 +9,10 @@ Unless you really need this installation type, you should install Home Assistant
1. First make sure you understand the requirements.
-2. Then head over to home-assistant/supervised-installer to set it up.
+2. This installation method has very strict requirements, for example, it only
+ supports Debian (and Ubuntu, Armbian, Raspberry Pi OS are **not**
+ supported). So, make sure you understand the requirements from step 1 above.
+3. Then head over to home-assistant/supervised-installer to set it up.
Once the Home Assistant Supervised installation is running and Home Assistant accessible you can continue with onboarding.
diff --git a/source/_integrations/airzone.markdown b/source/_integrations/airzone.markdown
index 66bb4f0ec30..2cba54da211 100644
--- a/source/_integrations/airzone.markdown
+++ b/source/_integrations/airzone.markdown
@@ -21,9 +21,9 @@ ha_integration_type: integration
This integration interacts with the Local API of [Airzone HVAC zoning systems](https://www.airzone.es/en/).
-A typical Airzone device has a *master zone* (Master Thermostat) per HVAC system, which is the only zone where the HVAC mode can be changed. The rest are *slave zones* (Slave Thermostats) which can only enable or disable the HVAC and adjust the desired temperature on that specific zone.
+A typical Airzone device has a *parent zone* (Master Thermostat) per HVAC system, which is the only zone where the HVAC mode can be changed. The rest are *child zones* which can only enable or disable the HVAC and adjust the desired temperature on that specific zone.
-Note that multiple HVAC systems can be connected to the same Airzone WebServer. In this case, there will be a *master zone* per HVAC system and there may also be *slave zones* for each HVAC system.
+Note that multiple HVAC systems can be connected to the same Airzone WebServer. In this case, there will be a *parent zone* per HVAC system and there may also be *child zones* for each HVAC system.
{% include integrations/config_flow.md %}
@@ -57,9 +57,9 @@ For each Airzone zone (Thermostat), the following *binary sensors* are created:
For each Airzone zone (Thermostat) a *climate entity* is created.
-**HVAC mode can only be changed on a *master zone*.**
+**HVAC mode can only be changed on a *parent zone*.**
-*Slave zones* can only enable/disable the current HVAC mode selected on the corresponding *master zone*. Attempting to change the HVAC mode on a *slave zone* will result on a Home Assistant error.
+*Slave zones* can only enable/disable the current HVAC mode selected on the corresponding *parent zone*. Attempting to change the HVAC mode on a *child zone* will result on a Home Assistant error.
## Sensors
diff --git a/source/_integrations/almond.markdown b/source/_integrations/almond.markdown
index 8c2eb7e40e2..d9aa73d9c53 100644
--- a/source/_integrations/almond.markdown
+++ b/source/_integrations/almond.markdown
@@ -27,7 +27,7 @@ Almond consists of three parts:
### Home Assistant add-on installation
-To install Almond Server, go to the Home Assistant add-on store, search for Almond and click on Install. Once started, it will initiate a configuration flow to finish set up in Home Assistant. You can find it on the integrations page in the configuration panel.
+To install Almond Server, go to the Home Assistant add-on store, search for Genie and click on Install. Once started, it will initiate a configuration flow to finish set up in Home Assistant. You can find it on the integrations page in the configuration panel.
### Manual installation
diff --git a/source/_posts/2022-07-06-release-20227.markdown b/source/_posts/2022-07-06-release-20227.markdown
index f22423ba901..d36947aca16 100644
--- a/source/_posts/2022-07-06-release-20227.markdown
+++ b/source/_posts/2022-07-06-release-20227.markdown
@@ -57,6 +57,7 @@ like. So without further due: Enjoy the release!
- [Release 2022.7.4 - July 13](#release-202274---july-13)
- [Release 2022.7.5 - July 14](#release-202275---july-14)
- [Release 2022.7.6 - July 20](#release-202276---july-20)
+- [Release 2022.7.7 - July 26](#release-202277---july-26)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@@ -719,6 +720,37 @@ The following integrations are now available via the Home Assistant UI:
[venstar docs]: /integrations/venstar/
[zha docs]: /integrations/zha/
+## Release 2022.7.7 - July 26
+
+- Fix hvv departures authentication ([@vigonotion] - [#75146]) ([hvv_departures docs])
+- Fix Epson wrong volume value ([@pszafer] - [#75264]) ([epson docs])
+- Change monoprice config flow to sync ([@OnFreund] - [#75306]) ([monoprice docs])
+- Round up for stream record lookback ([@uvjustin] - [#75580]) ([stream docs])
+- Revert SimpliSafe auth flow to the quasi-manual OAuth method from 2021.11.0 ([@bachya] - [#75641]) ([simplisafe docs])
+- Update pyotgw to 2.0.1 ([@mvn23] - [#75663]) ([opentherm_gw docs]) (dependency)
+- Fix AssertionError in RainMachine ([@bachya] - [#75668]) ([rainmachine docs])
+
+[#75146]: https://github.com/home-assistant/core/pull/75146
+[#75264]: https://github.com/home-assistant/core/pull/75264
+[#75306]: https://github.com/home-assistant/core/pull/75306
+[#75580]: https://github.com/home-assistant/core/pull/75580
+[#75641]: https://github.com/home-assistant/core/pull/75641
+[#75663]: https://github.com/home-assistant/core/pull/75663
+[#75668]: https://github.com/home-assistant/core/pull/75668
+[@OnFreund]: https://github.com/OnFreund
+[@bachya]: https://github.com/bachya
+[@mvn23]: https://github.com/mvn23
+[@pszafer]: https://github.com/pszafer
+[@uvjustin]: https://github.com/uvjustin
+[@vigonotion]: https://github.com/vigonotion
+[epson docs]: /integrations/epson/
+[hvv_departures docs]: /integrations/hvv_departures/
+[monoprice docs]: /integrations/monoprice/
+[opentherm_gw docs]: /integrations/opentherm_gw/
+[rainmachine docs]: /integrations/rainmachine/
+[simplisafe docs]: /integrations/simplisafe/
+[stream docs]: /integrations/stream/
+
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing