mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
2021.12: Tweaks to release notes
This commit is contained in:
parent
a87179fd45
commit
b76b9a0061
@ -60,6 +60,11 @@ The Supervisor panel and menubar item have been removed and merged into
|
|||||||
the configuration panel. All OS, Core & Add-on updates are now shown in the
|
the configuration panel. All OS, Core & Add-on updates are now shown in the
|
||||||
configuration panel as well.
|
configuration panel as well.
|
||||||
|
|
||||||
|
If you are using our Android or iOS/macOS Companion apps, the sidebar menu
|
||||||
|
item has also been moved to the brand new configuration panel!
|
||||||
|
|
||||||
|
So, as of this release, all configuration related things, as in a single place 🤘
|
||||||
|
|
||||||
[](https://my.home-assistant.io/redirect/config/)
|
[](https://my.home-assistant.io/redirect/config/)
|
||||||
|
|
||||||
## The button entity
|
## The button entity
|
||||||
@ -159,8 +164,9 @@ noteworthy changes this release:
|
|||||||
- The Hue integration got a overhaul and now fully supports the V2 protocol.
|
- The Hue integration got a overhaul and now fully supports the V2 protocol.
|
||||||
Amazing job, thanks [@marcelveldt]!
|
Amazing job, thanks [@marcelveldt]!
|
||||||
|
|
||||||
- Update MDI to v6.5.95 (#10618) @goyney
|
TODO/Process:
|
||||||
- change switch icon to mdiToggleSwitch (#10475) @Mariusthvdb
|
- Update MDI to v6.5.95 (#10618) [@goyney]
|
||||||
|
- change switch icon to mdiToggleSwitch (#10475) [@Mariusthvdb]
|
||||||
- Add UNIX timestamp detection to `as_datetime` template filter ([@jbouwh] - [#60126])
|
- Add UNIX timestamp detection to `as_datetime` template filter ([@jbouwh] - [#60126])
|
||||||
- Add template filters pack and unpack ([@jbouwh] - [#60836])
|
- Add template filters pack and unpack ([@jbouwh] - [#60836])
|
||||||
|
|
||||||
@ -258,7 +264,6 @@ Integrations adding entity categories:
|
|||||||
- Add entity categorisation to AVM Fritz!Smarthome devices ([@mib1185] - [#59287]) ([fritzbox docs])
|
- Add entity categorisation to AVM Fritz!Smarthome devices ([@mib1185] - [#59287]) ([fritzbox docs])
|
||||||
- Add entity_category to Rituals Entities ([@milanmeu] - [#59756]) ([rituals_perfume_genie docs])
|
- Add entity_category to Rituals Entities ([@milanmeu] - [#59756]) ([rituals_perfume_genie docs])
|
||||||
|
|
||||||
|
|
||||||
## New Integrations
|
## New Integrations
|
||||||
|
|
||||||
We welcome the following new integration this release:
|
We welcome the following new integration this release:
|
||||||
@ -279,10 +284,12 @@ We welcome the following new integration this release:
|
|||||||
The following integrations are now available via the Home Assistant UI:
|
The following integrations are now available via the Home Assistant UI:
|
||||||
|
|
||||||
- [Fronius][fronius docs], done by [@farmio]
|
- [Fronius][fronius docs], done by [@farmio]
|
||||||
- [KNX][knx docs], done by [@marvin-w]
|
|
||||||
- [Trafikverket Weather Station][trafikverket_weatherstation docs], done by [@gjohansson-ST]
|
- [Trafikverket Weather Station][trafikverket_weatherstation docs], done by [@gjohansson-ST]
|
||||||
- [Viessmann ViCare][vicare docs], done by [@oischinger]
|
- [Viessmann ViCare][vicare docs], done by [@oischinger]
|
||||||
|
|
||||||
|
Additionally, [KNX][knx docs] can now partially be set up via the UI. The
|
||||||
|
connection is done via the UI, the entities are configuration in YAML; just
|
||||||
|
like before. Done by [@marvin-w].
|
||||||
|
|
||||||
## If you need help...
|
## If you need help...
|
||||||
|
|
||||||
@ -308,11 +315,20 @@ entity is shown, you can now change that by editing the entity in the UI.
|
|||||||
|
|
||||||
{% enddetails %}
|
{% enddetails %}
|
||||||
|
|
||||||
{% details "Supervisor Menu" %}
|
{% details "Add-ons, Backups & Supervisor" %}
|
||||||
|
|
||||||
The Supervisor panel has been merged into the configuration panel; therefore
|
The Supervisor panel has been merged into the configuration panel; therefore
|
||||||
the separate menu item has been removed from the sidebar.
|
the separate menu item has been removed from the sidebar.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
The binary_sensor with "running" `device_class` that was provided for the
|
||||||
|
Home Assistant Operating System device did not work and has now been removed,
|
||||||
|
if you have added this to templates and/or automation remove it from
|
||||||
|
your configuration.
|
||||||
|
|
||||||
|
([@ludeeus] - [#60597]) ([hassio docs])
|
||||||
|
|
||||||
{% enddetails %}
|
{% enddetails %}
|
||||||
|
|
||||||
{% details "KNX" %}
|
{% details "KNX" %}
|
||||||
@ -662,17 +678,6 @@ graphs and automations. These should be used instead.
|
|||||||
|
|
||||||
{% enddetails %}
|
{% enddetails %}
|
||||||
|
|
||||||
{% details "Supervisor" %}
|
|
||||||
|
|
||||||
The binary_sensor with "running" `device_class` that was provided for the
|
|
||||||
Home Assistant Operating System device did not work and has now been removed,
|
|
||||||
if you have added this to templates and/or automation remove it from
|
|
||||||
your configuration.
|
|
||||||
|
|
||||||
([@ludeeus] - [#60597]) ([hassio docs])
|
|
||||||
|
|
||||||
{% enddetails %}
|
|
||||||
|
|
||||||
{% details "Trafikverket Weather Station" %}
|
{% details "Trafikverket Weather Station" %}
|
||||||
|
|
||||||
The Trafikverket Weather Station integration migrated to configuration via the
|
The Trafikverket Weather Station integration migrated to configuration via the
|
||||||
@ -848,8 +853,8 @@ function needs to be adjusted accordingly.
|
|||||||
|
|
||||||
{% details "homeassistant.const.HTTP_* removed" %}
|
{% details "homeassistant.const.HTTP_* removed" %}
|
||||||
|
|
||||||
The `homeassistant.const.HTTP_*` HTTP status constants have been removed,
|
The, previously deprecated, `homeassistant.const.HTTP_*` HTTP status constants
|
||||||
use stdlib `http.HTTPStatus` instead.
|
have been removed, use stdlib `http.HTTPStatus` instead.
|
||||||
|
|
||||||
([@scop] - [#58380])
|
([@scop] - [#58380])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user