Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2022-03-29 18:54:33 +02:00
commit 0179942815
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 39 additions and 4 deletions

View File

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

View File

@ -130,7 +130,7 @@ While executing a script you can add a condition in the main sequence to stop fu
<div class='note'>
The `condition` action only stops executing the current sequence block. When it is used inside a [repeat](#repeat-a-group-of-actions) action, only the current iteration of the `repeat` loop will stop. When it is used inside a [choose](#test-a-condition) action, only the actions within that `choose` will stop.
The `condition` action only stops executing the current sequence block. When it is used inside a [repeat](#repeat-a-group-of-actions) action, only the current iteration of the `repeat` loop will stop. When it is used inside a [choose](#choose-a-group-of-actions) action, only the actions within that `choose` will stop.
</div>

View File

@ -152,7 +152,7 @@ These attributes used to be found under the `customize` section of `homeassistan
You can verify that the `emulated_hue` integration has been loaded and is responding by pointing a local browser to the following URL:
- `http://<HA IP Address>:80/description.xml` - This URL should return a descriptor file in the form of an XML file.
- `http://<HA IP Address>:80/api/pi/lights` - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa.
- `http://<HA IP Address>:80/api/v2/lights` - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa.
Verify that the URLs above are using port 80, rather than port 8300 (i.e., `http://<HA IP Address>:80/description.xml`). Both Google Home and Amazon Alexa/Echo (as of the 2019-08 firmware) require port 80.

View File

@ -55,6 +55,7 @@ Enjoy the release!
- [Release 2022.3.5 - March 15](#release-202235---march-15)
- [Release 2022.3.6 - March 21](#release-202236---march-21)
- [Release 2022.3.7 - March 23](#release-202237---march-23)
- [Release 2022.3.8 - March 29](#release-202238---march-29)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
@ -637,6 +638,40 @@ The following integrations are now available via the Home Assistant UI:
[sonos docs]: /integrations/sonos/
[synology_dsm docs]: /integrations/synology_dsm/
## Release 2022.3.8 - March 29
- Revert "Take Abode camera snapshot before fetching latest image" ([@kevdliu] - [#68626]) ([abode docs])
- Fix screenlogic to get the macaddress from discovery ([@bdraco] - [#68687]) ([screenlogic docs])
- Ensure solaredge can still be setup with an ignored entry ([@bdraco] - [#68688]) ([solaredge docs])
- Add option to connect to elkm1 non-secure when secure is discovered ([@bdraco] - [#68735]) ([elkm1 docs])
- Increase zwave_js add-on start attempts before timeout ([@MartinHjelmare] - [#68736]) ([zwave_js docs])
- Fix ignoring elkm1 discovery ([@bdraco] - [#68750]) ([elkm1 docs])
- Update sense library to 0.10.4 ([@kbickar] - [#68816]) ([sense docs]) ([emulated_kasa docs]) (dependency)
- Pin click to fix typer issue ([@epenet] - [#68808])
- Cleanup package constraints ([@epenet] - [#68833])
[#68626]: https://github.com/home-assistant/core/pull/68626
[#68687]: https://github.com/home-assistant/core/pull/68687
[#68688]: https://github.com/home-assistant/core/pull/68688
[#68735]: https://github.com/home-assistant/core/pull/68735
[#68736]: https://github.com/home-assistant/core/pull/68736
[#68750]: https://github.com/home-assistant/core/pull/68750
[#68808]: https://github.com/home-assistant/core/pull/68808
[#68816]: https://github.com/home-assistant/core/pull/68816
[#68833]: https://github.com/home-assistant/core/pull/68833
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@bdraco]: https://github.com/bdraco
[@epenet]: https://github.com/epenet
[@kbickar]: https://github.com/kbickar
[@kevdliu]: https://github.com/kevdliu
[abode docs]: /integrations/abode/
[elkm1 docs]: /integrations/elkm1/
[emulated_kasa docs]: /integrations/emulated_kasa/
[screenlogic docs]: /integrations/screenlogic/
[sense docs]: /integrations/sense/
[solaredge docs]: /integrations/solaredge/
[zwave_js docs]: /integrations/zwave_js/
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing