Fix broken links (#16724)

This commit is contained in:
Klaas Schoute 2021-02-24 13:34:57 +01:00 committed by GitHub
parent 8b1fe3183e
commit 01d3a2b7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 9 deletions

View File

@ -224,9 +224,9 @@ entity:
An example entity selector that, will only show devices that are: An example entity selector that, will only show devices that are:
- Provided by the [deCONZ](/integration/deconz) integration. - Provided by the [deCONZ](/integrations/deconz) integration.
- Are a Philips Hue Remote of Model RWL021. - Are a Philips Hue Remote of Model RWL021.
- Provide a battery [sensor](/integration/sensor). - Provide a battery [sensor](/integrations/sensor).
And this is what is looks like in YAML: And this is what is looks like in YAML:
@ -285,8 +285,8 @@ device_class:
An example entity selector that, will only show entities that are: An example entity selector that, will only show entities that are:
- Provided by the [ZHA](/integration/zha) integration. - Provided by the [ZHA](/integrations/zha) integration.
- From the [Binary Sensor](/integration/binary_sensor) domain. - From the [Binary Sensor](/integrations/binary_sensor) domain.
- Have presented themselves as devices of a motion device class. - Have presented themselves as devices of a motion device class.
And this is what it looks like in YAML: And this is what it looks like in YAML:

View File

@ -1541,7 +1541,7 @@ is automatically imported after upgrading and can be safely removed afterward.
- Improve handling of ignored entries ([@balloob] - [#42148]) ([hue docs]) ([progettihwsw docs]) ([tradfri docs]) - Improve handling of ignored entries ([@balloob] - [#42148]) ([hue docs]) ([progettihwsw docs]) ([tradfri docs])
- Use the beautiful ambient light icon ([@dermotduffy] - [#42153]) ([hyperion docs]) - Use the beautiful ambient light icon ([@dermotduffy] - [#42153]) ([hyperion docs])
- Upgrade sentry-sdk to 0.19.1 ([@frenck] - [#42132]) ([sentry docs]) - Upgrade sentry-sdk to 0.19.1 ([@frenck] - [#42132]) ([sentry docs])
- Handle Fritz exception and log warning ([@JPHutchins] - [#42145]) ([fritz docs]) ([open_energy_view docs]) - Handle Fritz exception and log warning ([@JPHutchins] - [#42145]) ([fritz docs])
- Fix pico tts errors ([@KevinCathcart] - [#41619]) ([tts docs]) - Fix pico tts errors ([@KevinCathcart] - [#41619]) ([tts docs])
- Add async_setup_entry to calendar platform ([@Olen] - [#42075]) ([calendar docs]) - Add async_setup_entry to calendar platform ([@Olen] - [#42075]) ([calendar docs])
- Bump aioshelly library to 0.4.0 ([@bieniu] - [#41905]) ([shelly docs]) - Bump aioshelly library to 0.4.0 ([@bieniu] - [#41905]) ([shelly docs])
@ -2738,7 +2738,6 @@ is automatically imported after upgrading and can be safely removed afterward.
[omnilogic docs]: /integrations/omnilogic/ [omnilogic docs]: /integrations/omnilogic/
[onewire docs]: /integrations/onewire/ [onewire docs]: /integrations/onewire/
[onvif docs]: /integrations/onvif/ [onvif docs]: /integrations/onvif/
[open_energy_view docs]: /integrations/open_energy_view/
[openhardwaremonitor docs]: /integrations/openhardwaremonitor/ [openhardwaremonitor docs]: /integrations/openhardwaremonitor/
[openhome docs]: /integrations/openhome/ [openhome docs]: /integrations/openhome/
[openuv docs]: /integrations/openuv/ [openuv docs]: /integrations/openuv/

View File

@ -802,7 +802,7 @@ all erroneous entries to the new `controller_modes` parameter.
- Use common strings in openuv config flow ([@springstan] - [#42480]) ([openuv docs]) - Use common strings in openuv config flow ([@springstan] - [#42480]) ([openuv docs])
- Add platform services to Roon media player to allow grouping, ungrouping and transfer between players ([@pavoni] - [#42133]) ([roon docs]) - Add platform services to Roon media player to allow grouping, ungrouping and transfer between players ([@pavoni] - [#42133]) ([roon docs])
- Set the translations cache under the lock ([@bdraco] - [#42470]) - Set the translations cache under the lock ([@bdraco] - [#42470])
- Add color_extractor service ([@GenericStudent] - [#42129]) ([colorthief docs]) (new-integration) - Add color_extractor service ([@GenericStudent] - [#42129]) ([color_extractor docs]) (new-integration)
- Remove zxdavb from honeywell codeowners ([@zxdavb] - [#42491]) ([honeywell docs]) - Remove zxdavb from honeywell codeowners ([@zxdavb] - [#42491]) ([honeywell docs])
- Fix somfy device recreation on update ([@bdraco] - [#42462]) ([somfy docs]) - Fix somfy device recreation on update ([@bdraco] - [#42462]) ([somfy docs])
- Start homekit bridges with asyncio.gather ([@bdraco] - [#42498]) ([homekit docs]) - Start homekit bridges with asyncio.gather ([@bdraco] - [#42498]) ([homekit docs])
@ -1549,7 +1549,6 @@ all erroneous entries to the new `controller_modes` parameter.
[cast docs]: /integrations/cast/ [cast docs]: /integrations/cast/
[cloud docs]: /integrations/cloud/ [cloud docs]: /integrations/cloud/
[color_extractor docs]: /integrations/color_extractor/ [color_extractor docs]: /integrations/color_extractor/
[colorthief docs]: /integrations/colorthief/
[config docs]: /integrations/config/ [config docs]: /integrations/config/
[debugpy docs]: /integrations/debugpy/ [debugpy docs]: /integrations/debugpy/
[device_tracker docs]: /integrations/device_tracker/ [device_tracker docs]: /integrations/device_tracker/

View File

@ -2034,7 +2034,7 @@ The following integrations have been removed:
[frontend docs]: /integrations/frontend/ [frontend docs]: /integrations/frontend/
[generic_thermostat docs]: /integrations/generic_thermostat/ [generic_thermostat docs]: /integrations/generic_thermostat/
[gogogate2 docs]: /integrations/gogogate2/ [gogogate2 docs]: /integrations/gogogate2/
[google docs]: /integrations/google/ [google docs]: /integrations/calendar.google/
[google_assistant docs]: /integrations/google_assistant/ [google_assistant docs]: /integrations/google_assistant/
[google_cloud docs]: /integrations/google_cloud/ [google_cloud docs]: /integrations/google_cloud/
[google_maps docs]: /integrations/google_maps/ [google_maps docs]: /integrations/google_maps/