Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Franck Nijhof 2021-12-10 23:12:31 +01:00 committed by GitHub
parent f0574765f5
commit 72362ada81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ Button entities can be provided by integrations and can be used for things like:
Examples use cases of button entities. Examples use cases of button entities.
</p> </p>
These are all things that can be triggered from Home Assistant but are not These are all things that can be triggered from Home Assistant but do not
really have explicit on or off states. really have explicit on or off states.
We have added support for this button entity to Google Assistant, Alexa and We have added support for this button entity to Google Assistant, Alexa and
@ -387,7 +387,7 @@ The separate menu item from the sidebar has been removed.
The HVAC mode for zone climate entities was set to `FAN` or `OFF`, because the The HVAC mode for zone climate entities was set to `FAN` or `OFF`, because the
actual HVAC mode is set for the entire ducted AC system. However, using FAN actual HVAC mode is set for the entire ducted AC system. However, using FAN
means the Google Home app won't let you set a target temperature, means the Google Home app won't let you set a target temperature,
so it has been changed `AUTO` instead. so it has been changed to `AUTO` instead.
([@Bre77] - [#52816]) ([advantage_air docs]) ([@Bre77] - [#52816]) ([advantage_air docs])
@ -558,7 +558,7 @@ the battery charging settings from Home Assistant.
The `litterrobot.reset_waste_drawer` and `litterrobot.set_wait_time` services The `litterrobot.reset_waste_drawer` and `litterrobot.set_wait_time` services
are deprecated and replaced by dedicated `button` entities; please use are deprecated and replaced by dedicated `button` entities; please use
please use those instead. those instead.
([@natekspencer] - [#59734]) ([litterrobot docs]) ([@natekspencer] - [#59734]) ([litterrobot docs])
@ -950,7 +950,7 @@ have been removed, use stdlib `http.HTTPStatus` instead.
Removed `util.get_local_ip()` in favor of `components.network.async_get_source_ip()`. Removed `util.get_local_ip()` in favor of `components.network.async_get_source_ip()`.
Previous implementation was determining local IP based on the routing versus a Previous implementation was determining local IP based on the routing versus a
fixed public ip "8.8.8.8". New function instead allows to choice the destination fixed public ip "8.8.8.8". The new function instead allows to choose the destination
and determine local_ip based on the source interface needed to get there. and determine local_ip based on the source interface needed to get there.
([@chemelli74] - [#58669]) ([@chemelli74] - [#58669])
@ -993,7 +993,7 @@ Please use the `NumberMode` enum instead.
The use of the `DEVICE_CLASS_*` constants and `DEVICE_CLASSES` constants in The use of the `DEVICE_CLASS_*` constants and `DEVICE_CLASSES` constants in
**all** entity platforms, has now been depreacted. Instead, use the equavalent **all** entity platforms, has now been depreacted. Instead, use the equavalent
`DeviceClas` `StrEnum` provided by each platform. `DeviceClass` `StrEnum` provided by each platform.
Example: Example:
@ -1033,7 +1033,7 @@ The value of `ATTR_HA_MATCHING_DOMAINS` constant has been updated to replace the
{% details "MQTT/DHCP/ZeroConf/USB/SSDP Discovery" %} {% details "MQTT/DHCP/ZeroConf/USB/SSDP Discovery" %}
MQTT, DHCP, ZerConf, USB and SSDP discovery now provides an dataclass MQTT, DHCP, ZerConf, USB and SSDP discovery now provides a dataclass
object, instead of using a dictionary. object, instead of using a dictionary.
The dataclass objects have implemented dictionary access for temporary The dataclass objects have implemented dictionary access for temporary