mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 12:46:51 +00:00
2024.5: Finalize backward-incompatible changes
This commit is contained in:
parent
acc1c2f16e
commit
2f7bba30ed
@ -222,13 +222,13 @@ other news about building an Open Home; straight into your inbox.
|
|||||||
|
|
||||||
{% details "AVM Fritz!SmartHome" %}
|
{% details "AVM Fritz!SmartHome" %}
|
||||||
|
|
||||||
Activating the hvac mode `heat` no longer overwrites the current target
|
Activating the HVAC mode `heat` no longer overwrites the current target
|
||||||
temperature with the comfort temperature, but retains the currently set target
|
temperature with the comfort temperature but retains the currently set target
|
||||||
temperature, unless the thermostat is in hvac mode `off`, in which case the
|
temperature unless the thermostat is in HVAC mode `off`, in which case the
|
||||||
comfort temperature is still set.
|
comfort temperature is still set.
|
||||||
|
|
||||||
To set the target temperature in hvac mode `heat`, use the available presets
|
Use the available presets or the set temperature service to set the target
|
||||||
or the set temperature service.
|
temperature for HVAC-mode `heat`.
|
||||||
|
|
||||||
([@jayme-github] - [#112119]) ([documentation](/integrations/fritzbox))
|
([@jayme-github] - [#112119]) ([documentation](/integrations/fritzbox))
|
||||||
|
|
||||||
@ -251,11 +251,11 @@ or automations using this need to be updated accordingly.
|
|||||||
|
|
||||||
{% details "ecobee" %}
|
{% details "ecobee" %}
|
||||||
|
|
||||||
The preset mode `Away`, `Home`, and `Sleep` have been renamed to the lower-case
|
The preset modes `Away`, `Home`, and `Sleep` have been renamed to the lower-case
|
||||||
variants `away`, `home`, and `sleep`.
|
variants `away`, `home`, and `sleep`.
|
||||||
|
|
||||||
This is consistent with the rest of Home Assistant also means Home Assistant
|
This is consistent with the rest of Home Assistant, which also means
|
||||||
can support icons and translations for these.
|
Home Assistant can support icons and translations for these.
|
||||||
|
|
||||||
If you used these preset modes in your automations or scripts, you will need
|
If you used these preset modes in your automations or scripts, you will need
|
||||||
to update them to use the new names.
|
to update them to use the new names.
|
||||||
@ -269,11 +269,11 @@ to update them to use the new names.
|
|||||||
|
|
||||||
{% details "Honeywell Total Connect Comfort (US)" %}
|
{% details "Honeywell Total Connect Comfort (US)" %}
|
||||||
|
|
||||||
The auxillary heat climate option has been deprecated and will be removed in
|
The auxiliary heat climate option has been deprecated and will be removed in
|
||||||
Home Assistant 2024.10.
|
Home Assistant 2024.10.
|
||||||
|
|
||||||
Use the newly added emergency heat switch entity to set the thermostat mode
|
Use the newly added emergency heat switch entity to set the thermostat mode
|
||||||
to the previous auxillary heat mode.
|
to the previous auxiliary heat mode.
|
||||||
|
|
||||||
([@mkmer] - [#114110]) ([documentation](/integrations/honeywell))
|
([@mkmer] - [#114110]) ([documentation](/integrations/honeywell))
|
||||||
|
|
||||||
@ -285,8 +285,8 @@ to the previous auxillary heat mode.
|
|||||||
{% details "IMAP" %}
|
{% details "IMAP" %}
|
||||||
|
|
||||||
The default for new entries is that the `text` and `headers` will no longer be
|
The default for new entries is that the `text` and `headers` will no longer be
|
||||||
included by default in the `imap_content` event data. Instead, you can fetch
|
included in the `imap_content` event data. Instead, if needed, you can fetch
|
||||||
the email content, if needed, using the `imap.fetch` service.
|
the email content using the `imap.fetch` service.
|
||||||
|
|
||||||
It will not break for existing entries where we assume `text` and `headers`
|
It will not break for existing entries where we assume `text` and `headers`
|
||||||
are included.
|
are included.
|
||||||
@ -300,8 +300,8 @@ are included.
|
|||||||
|
|
||||||
{% details "Insteon" %}
|
{% details "Insteon" %}
|
||||||
|
|
||||||
The Insteon configuration panel, which previously was on the Home Assistant
|
The Insteon configuration panel, which was previously on the Home Assistant
|
||||||
sidebar, has moved. It now can be accessed via the integration page in
|
sidebar, has moved to the integration page in
|
||||||
**Settings -> Device & services -> Insteon -> Configure**.
|
**Settings -> Device & services -> Insteon -> Configure**.
|
||||||
|
|
||||||
([@teharris1] - [#105581]) ([documentation](/integrations/insteon))
|
([@teharris1] - [#105581]) ([documentation](/integrations/insteon))
|
||||||
@ -314,7 +314,7 @@ sidebar, has moved. It now can be accessed via the integration page in
|
|||||||
{% details "Netatmo" %}
|
{% details "Netatmo" %}
|
||||||
|
|
||||||
The state of the Netatmo wind and gust direction sensor provided by
|
The state of the Netatmo wind and gust direction sensor provided by
|
||||||
the weather station now exposes the state in lower case.
|
the weather station now exposes the state in lowercase.
|
||||||
|
|
||||||
([@joostlek] - [#115413]) ([documentation](/integrations/netatmo))
|
([@joostlek] - [#115413]) ([documentation](/integrations/netatmo))
|
||||||
|
|
||||||
@ -324,7 +324,7 @@ the weather station now exposes the state in lower case.
|
|||||||
---
|
---
|
||||||
|
|
||||||
The state of the Netatmo health index sensor provided by the weather station
|
The state of the Netatmo health index sensor provided by the weather station
|
||||||
now exposes the state in lower case.
|
now exposes the state in lowercase.
|
||||||
|
|
||||||
([@joostlek] - [#115409]) ([documentation](/integrations/netatmo))
|
([@joostlek] - [#115409]) ([documentation](/integrations/netatmo))
|
||||||
|
|
||||||
@ -341,7 +341,7 @@ entities. This PR makes this call raise an error instead.
|
|||||||
It was too easy for a user to accidentally purge his entire database using the
|
It was too easy for a user to accidentally purge his entire database using the
|
||||||
old logic. Users who want to purge all entities can still use
|
old logic. Users who want to purge all entities can still use
|
||||||
the `recorder.purge` service to achieve the same effect, and that service
|
the `recorder.purge` service to achieve the same effect, and that service
|
||||||
is more obvious how it behaves.
|
is more obvious in how it behaves.
|
||||||
|
|
||||||
([@karwosts] - [#110066]) ([documentation](/integrations/recorder))
|
([@karwosts] - [#110066]) ([documentation](/integrations/recorder))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user