Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2022-07-27 13:19:25 +02:00
commit a1c57525e6
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
5 changed files with 43 additions and 8 deletions

View File

@ -107,8 +107,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 2022 current_major_version: 2022
current_minor_version: 7 current_minor_version: 7
current_patch_version: 6 current_patch_version: 7
date_released: 2022-07-20 date_released: 2022-07-26
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -9,7 +9,10 @@ Unless you really need this installation type, you should install Home Assistant
</div> </div>
1. First make sure you understand the <a href="https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md" target="_blank">requirements</a>. 1. First make sure you understand the <a href="https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md" target="_blank">requirements</a>.
2. Then head over to <a href="https://github.com/home-assistant/supervised-installer" target="_blank">home-assistant/supervised-installer</a> 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 <a href="https://github.com/home-assistant/supervised-installer" target="_blank">home-assistant/supervised-installer</a> to set it up.
Once the Home Assistant Supervised installation is running and Home Assistant accessible you can continue with onboarding. Once the Home Assistant Supervised installation is running and Home Assistant accessible you can continue with onboarding.

View File

@ -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/). 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 %} {% 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. 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 ## Sensors

View File

@ -27,7 +27,7 @@ Almond consists of three parts:
### Home Assistant add-on installation ### 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 ### Manual installation

View File

@ -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.4 - July 13](#release-202274---july-13)
- [Release 2022.7.5 - July 14](#release-202275---july-14) - [Release 2022.7.5 - July 14](#release-202275---july-14)
- [Release 2022.7.6 - July 20](#release-202276---july-20) - [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) - [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following) - [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/ [venstar docs]: /integrations/venstar/
[zha docs]: /integrations/zha/ [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! ## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing Home Assistant has a great community of users who are all more than willing