mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Process review comments
This commit is contained in:
parent
1740c6fa61
commit
51ea8ff4f4
@ -118,8 +118,8 @@ condition in the UI, now has the ability to select the weekdays the condition
|
|||||||
should test against.
|
should test against.
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
<img src='/images/blog/2020-10-0.116/metrics.png' alt='Screenshot of the new Supervisor performance metrics.'>
|
<img src='/images/blog/2020-10-0.116/weekday-conditions.png' alt='Screenshot of the new weekday conditions.'>
|
||||||
Supervisor UI now shows performance metrics.
|
You can now select the days to match in time conditions.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Python 3.7 deprecated
|
## Python 3.7 deprecated
|
||||||
@ -141,7 +141,7 @@ We are currently working on ensuring Python 3.9 is fully supported and tested.
|
|||||||
|
|
||||||
## Other noteworthy changes
|
## Other noteworthy changes
|
||||||
|
|
||||||
- MQTT now supports tag scanning, thanks to [@emontnemery].
|
- [MQTT now supports tag scanning](/integrations/tag.mqtt), thanks to [@emontnemery].
|
||||||
- The Hyperion integration had a large overhaul by [@dermotduffy], ensuring
|
- The Hyperion integration had a large overhaul by [@dermotduffy], ensuring
|
||||||
this integration now actually works!
|
this integration now actually works!
|
||||||
- [@Misiu] ensured the OpenWeatherMap integration supports all languages
|
- [@Misiu] ensured the OpenWeatherMap integration supports all languages
|
||||||
@ -184,7 +184,6 @@ The following integrations are now available via the Home Assistant UI:
|
|||||||
|
|
||||||
- [AlarmDecoder][alarmdecoder docs], done by [@ajschmidt8]
|
- [AlarmDecoder][alarmdecoder docs], done by [@ajschmidt8]
|
||||||
- [Canary][canary docs], done by [@ctalkington]
|
- [Canary][canary docs], done by [@ctalkington]
|
||||||
- [ZoneMinder][zoneminder docs], done by [@vangorra]
|
|
||||||
|
|
||||||
## If you need help...
|
## If you need help...
|
||||||
|
|
||||||
@ -200,6 +199,20 @@ Below is a listing of the breaking change for this release, per subject or
|
|||||||
integration. Click on one of those to read more about the breaking change
|
integration. Click on one of those to read more about the breaking change
|
||||||
for that specific item.
|
for that specific item.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><b>Custom Lovelace Cards</b></summary>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
This release contains breaking changes for custom card developers, check the
|
||||||
|
[developers blog](https://developers.home-assistant.io/blog/2020/10/02/lazyMoreInfo)
|
||||||
|
for more information.
|
||||||
|
|
||||||
|
If you have a custom card that stopped working this release, please report
|
||||||
|
this with the custom card author.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><b>AlarmDecoder</b></summary>
|
<summary><b>AlarmDecoder</b></summary>
|
||||||
<p>
|
<p>
|
||||||
@ -495,8 +508,8 @@ review these and update as needed.
|
|||||||
<summary><b>ZHA</b></summary>
|
<summary><b>ZHA</b></summary>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Not a breaking change, but `ieee_address` parameter was renamed to
|
The `ieee_address` parameter was renamed to `ieee` for `zha.permit`
|
||||||
`ieee` for `zha.permit` and `zha.remove` services.
|
and `zha.remove` services.
|
||||||
|
|
||||||
This makes all services to use consistently named parameters.
|
This makes all services to use consistently named parameters.
|
||||||
|
|
||||||
@ -824,6 +837,9 @@ This makes all services to use consistently named parameters.
|
|||||||
- Add additionalAttributes to Alexa discovery payload ([@balloob] - [#41370]) ([alexa docs]) (beta fix)
|
- Add additionalAttributes to Alexa discovery payload ([@balloob] - [#41370]) ([alexa docs]) (beta fix)
|
||||||
- Bump up zha dependency to 0.26.0 ([@Adminiuga] - [#41371]) ([zha docs]) (beta fix)
|
- Bump up zha dependency to 0.26.0 ([@Adminiuga] - [#41371]) ([zha docs]) (beta fix)
|
||||||
- Fix elkm1 changed by ([@gwww] - [#41378]) ([elkm1 docs]) (beta fix)
|
- Fix elkm1 changed by ([@gwww] - [#41378]) ([elkm1 docs]) (beta fix)
|
||||||
|
- Reduce Somfy polling ([@balloob] - [#41389]) ([somfy docs]) (beta fix)
|
||||||
|
- Revert zoneminder config flow ([@MartinHjelmare] - [#41395]) ([zoneminder docs]) (beta fix)
|
||||||
|
- Warn when using Python 3.7 ([@balloob] - [#41400]) (beta fix)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -1140,6 +1156,9 @@ This makes all services to use consistently named parameters.
|
|||||||
[#41370]: https://github.com/home-assistant/core/pull/41370
|
[#41370]: https://github.com/home-assistant/core/pull/41370
|
||||||
[#41371]: https://github.com/home-assistant/core/pull/41371
|
[#41371]: https://github.com/home-assistant/core/pull/41371
|
||||||
[#41378]: https://github.com/home-assistant/core/pull/41378
|
[#41378]: https://github.com/home-assistant/core/pull/41378
|
||||||
|
[#41389]: https://github.com/home-assistant/core/pull/41389
|
||||||
|
[#41395]: https://github.com/home-assistant/core/pull/41395
|
||||||
|
[#41400]: https://github.com/home-assistant/core/pull/41400
|
||||||
[@2Fake]: https://github.com/2Fake
|
[@2Fake]: https://github.com/2Fake
|
||||||
[@Adminiuga]: https://github.com/Adminiuga
|
[@Adminiuga]: https://github.com/Adminiuga
|
||||||
[@BKPepe]: https://github.com/BKPepe
|
[@BKPepe]: https://github.com/BKPepe
|
||||||
|
BIN
source/images/blog/2020-10-0.116/weekday-conditions.png
Normal file
BIN
source/images/blog/2020-10-0.116/weekday-conditions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user