Fix broken links on website (part 6) (#14833)

This commit is contained in:
Klaas Schoute 2020-10-03 20:05:05 +02:00 committed by GitHub
parent e6302fd7bc
commit 6ea01135c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 23 deletions

View File

@ -1,6 +1,8 @@
---
title: Image Processing
description: Instructions on how to setup image processing with Home Assistant.
ha_category:
- Image Processing
ha_release: 0.36
ha_domain: image_processing
---

View File

@ -43,7 +43,7 @@ The validation of the configuration is still on-going. Approximately 80 % is don
- Device tracker: Allow 'None' MAC addresses to be loaded from `known_devices` file ([@kellerza])
- Cover: Bugfixes ([@turbokongen], [@danielperna84])
- Sensor: Support for displaying details about [crypto currencies][Coinmarketcap] ([@fabaff])
- Device tracker: Support for [automatic] to track your vehicles ([@Teagan42])
- Device tracker: Support for automatic to track your vehicles ([@Teagan42])
- Devie tracker: Add exclude option to [Nmap] device tracker ([@danieljkemp])
- Device tracker: Improved login errors for Asus device tracker ([@kellerza])
- Sensor: Support for displaying the status of [Xbox] Live accounts ([@mKerix])
@ -146,7 +146,6 @@ The validation of the configuration is still on-going. Approximately 80 % is don
[mqtt-fan]: /integrations/fan.mqtt/
[Xbox]: /integrations/xbox_live
[Nmap]: /integrations/nmap_tracker
[automatic]: /integrations/automatic
[Owntracks]: /integrations/owntracks
[OpenweatherMap]: /integrations/openweathermap#sensor
[OctoPrint]: /integrations/octoprint/

View File

@ -72,7 +72,7 @@ If you are using our [experimental Hass.io image][hass.io], we made a breaking c
## Release 0.45.1 - May 22
- Fix telegram chats ([@azogue] - [#7689]) ([notify.telegram docs]) ([telegram_bot.__init__ docs])
- Fix telegram chats ([@azogue] - [#7689]) ([notify.telegram docs]) ([telegram_bot docs])
- Fix playback control of web streams ([@cgtobi] - [#7683]) ([media_player.volumio docs])
- device_tracker.ubus: Handle empty results ([@tobygray] - [#7673]) ([device_tracker.ubus docs])
- Allow fetching hass.io panel without auth ([@balloob] - [#7714]) ([hassio docs])
@ -122,7 +122,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- new source only forces "play" if the current state is "playing" ([@abmantis] - [#7506]) ([media_player.spotify docs])
- Correct retrieval of spotify shuffle state ([@andersonshatch] - [#7505]) ([media_player.spotify docs])
- Fix sonos sleep timer ([@frog32] - [#7503]) ([media_player.sonos docs])
- Add support for automation config panel ([@balloob] - [#7509]) ([automation.__init__ docs]) ([config.automation docs]) ([config.__init__ docs]) (new-platform)
- Add support for automation config panel ([@balloob] - [#7509]) ([automation docs]) ([config.automation docs]) ([config docs]) (new-platform)
- Zwave panel api ([@turbokongen] - [#7456]) ([zwave docs]) ([zwave.api docs]) (new-platform)
- Update docker dev environment to python3.6 ([@frog32] - [#7520])
- Switch basicmodem and python-roku to pypi ([@andrey-git] - [#7514]) ([media_player.roku docs]) ([sensor.modem_callerid docs])
@ -174,12 +174,12 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Fix handling of single user ([@mezz64] - [#7587]) ([eight_sleep docs])
- File sensor ([@fabaff] - [#7569]) ([sensor.file docs]) (new-platform)
- Make miflora monitored_conditions parameter optional ([@frog32] - [#7598]) ([sensor.miflora docs])
- Force automation ids to always be a string ([@balloob] - [#7612]) ([automation.__init__ docs])
- Force automation ids to always be a string ([@balloob] - [#7612]) ([automation docs])
- Update Docker base image to python 3.6 ([@pschmitt] - [#7613])
- Add Content-type: image/jpeg for camera proxy ([@olekenneth] - [#7581]) ([camera.__init__ docs])
- Add Content-type: image/jpeg for camera proxy ([@olekenneth] - [#7581]) ([camera docs])
- Fix typo and update style to match the other platforms ([@fabaff] - [#7621]) ([image_processing.opencv docs])
- Bump pyvera - fixes issue with % in brightness levels. ([@pavoni] - [#7622]) ([vera docs])
- Add kelvin/brightness_pct alternatives to light.turn_on ([@amelchio] - [#7596]) ([light.lifx docs]) ([light.__init__ docs])
- Add kelvin/brightness_pct alternatives to light.turn_on ([@amelchio] - [#7596]) ([light.lifx docs]) ([light docs])
- Add support for disabling tradfri groups ([@cnrd] - [#7593]) ([tradfri docs]) ([light.tradfri docs])
- Update docstrings and comments ([@fabaff] - [#7626]) ([image_processing.openalpr_cloud docs]) ([image_processing.openalpr_local docs])
- Upgrade Sphinx to 1.6.1 ([@fabaff] - [#7624])
@ -188,10 +188,10 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Updated limitlessled requirement to v1.0.8 ([@corneyl] - [#7629])
- Osram lightify Removed wrong assignment ([@commento] - [#7615]) ([light.osramlightify docs])
- Updated dependency ([@danielperna84] - [#7638]) ([homematic docs])
- Seven segments OCR image processing ([@fabaff] - [#7632]) ([image_processing.seven_segments docs]) ([image_processing.__init__ docs]) (new-platform)
- Seven segments OCR image processing ([@fabaff] - [#7632]) ([image_processing.seven_segments docs]) ([image_processing docs]) (new-platform)
- Abort tests when instances leaked ([@balloob] - [#7623])
- Coerce color_temp to int even when passed in as kelvin ([@amelchio] - [#7640]) ([light.__init__ docs])
- Fix automation failing to setup if no automations specified ([@balloob] - [#7647]) ([automation.__init__ docs])
- Coerce color_temp to int even when passed in as kelvin ([@amelchio] - [#7640]) ([light docs])
- Fix automation failing to setup if no automations specified ([@balloob] - [#7647]) ([automation docs])
[#6844]: https://github.com/home-assistant/home-assistant/pull/6844
[#7062]: https://github.com/home-assistant/home-assistant/pull/7062
@ -345,11 +345,11 @@ Experiencing issues introduced by this release? Please report them in our [issue
[binary_sensor.raspihats docs]: /integrations/raspihats#binary-sensor
[binary_sensor.rpi_pfio docs]: /integrations/rpi_pfio#binary-sensor
[blink docs]: /integrations/blink/
[camera.__init__ docs]: /integrations/camera.__init__/
[camera docs]: /integrations/camera
[camera.uvc docs]: /integrations/uvc
[camera.zoneminder docs]: /integrations/zoneminder#camera
[climate.sensibo docs]: /integrations/sensibo
[config.__init__ docs]: /integrations/config.__init__/
[config docs]: /integrations/config
[configurator docs]: /integrations/configurator/
[cover.lutron_caseta docs]: /integrations/lutron_caseta/
[datadog docs]: /integrations/datadog/
@ -357,7 +357,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[dweet docs]: /integrations/dweet/
[eight_sleep docs]: /integrations/eight_sleep/
[homematic docs]: /integrations/homematic/
[image_processing.__init__ docs]: /integrations/image_processing.__init__/
[image_processing docs]: /integrations/image_processing
[image_processing.demo docs]: /integrations/image_processing.demo/
[image_processing.dlib_face_detect docs]: /integrations/dlib_face_detect
[image_processing.dlib_face_identify docs]: /integrations/dlib_face_identify
@ -368,7 +368,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[image_processing.opencv docs]: /integrations/opencv
[image_processing.seven_segments docs]: /integrations/seven_segments
[kira docs]: /integrations/kira/
[light.__init__ docs]: /integrations/light.__init__/
[light docs]: /integrations/light
[light.blinksticklight docs]: /integrations/blinksticklight
[light.enocean docs]: /integrations/enocean#light
[light.flux_led docs]: /integrations/flux_led
@ -433,5 +433,5 @@ Experiencing issues introduced by this release? Please report them in our [issue
[device_tracker.ubus docs]: /integrations/ubus
[hassio docs]: /integrations/hassio/
[media_player.volumio docs]: /integrations/volumio
[telegram_bot.__init__ docs]: /integrations/telegram_bot/
[telegram_bot docs]: /integrations/telegram_bot/
[discord]: https://discord.gg/c5DvZ4e

View File

@ -147,7 +147,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Update CODEOWNERS */axis.py ([@Kane610] - [#9823])
- fix climate services (missing indentation, wrongly formatted example) ([@rytilahti] - [#9805])
- Run initial generation for development mode ([@armills] - [#9826])
- Add service descriptions ([@cgarwood] - [#9806]) ([__init__ docs])
- Add service descriptions ([@cgarwood] - [#9806]) ([homeassistant docs])
- Bugfix: Include MQTT schema ([@tinloaf] - [#9802]) ([climate.mqtt docs])
- Bugfix/9811 jinja autoescape ([@GenericStudent] - [#9842])
- Changed yaml.load into yaml.safe_load ([@GenericStudent] - [#9841])
@ -414,7 +414,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@webworxshop]: https://github.com/webworxshop
[@zabuldon]: https://github.com/zabuldon
[@ziotibia81]: https://github.com/ziotibia81
[__init__ docs]: /integrations/__init__/
[abode docs]: /integrations/abode/
[alarm_control_panel.arlo docs]: /integrations/arlo
[alarm_control_panel.egardia docs]: /integrations/egardia
@ -455,6 +454,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[ffmpeg docs]: /integrations/ffmpeg/
[google_assistant docs]: /integrations/google_assistant/
[hassio docs]: /integrations/hassio/
[homeassistant docs]: /integrations/homeassistant
[homematic docs]: /integrations/homematic/
[http docs]: /integrations/http/
[knx docs]: /integrations/knx/

View File

@ -253,7 +253,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Avoid Sonos error during startup ([@amelchio] - [#10146]) ([media_player.sonos docs])
- Update netdisco to 1.2.3 ([@balloob] - [#10266])
- Extracted json saving and loading ([@molobrakos] - [#10216]) ([media_player.plex docs])
- Change introduction card to use persistent notification ([@balloob] - [#10265]) ([introduction docs])
- Change introduction card to use persistent notification ([@balloob] - [#10265])
- Add unit test for wake on lan component. ([@cgtobi] - [#10262])
- Add link to docs ([@fabaff] - [#10272])
- Add xy support to Alexa HomeAPI v3 ([@pvizeli] - [#10268])
@ -564,7 +564,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[image_processing.openalpr_local docs]: /integrations/openalpr_local/
[input_number docs]: /integrations/input_number/
[input_text docs]: /integrations/input_text/
[introduction docs]: /integrations/introduction/
[light.hue docs]: /integrations/hue
[light.hyperion docs]: /integrations/hyperion
[light.mqtt docs]: /integrations/light.mqtt/

View File

@ -329,7 +329,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
- add velux roller shutter to tahoma ([@thijsdejong] - [#11586]) ([tahoma docs])
- Added support for enable/disable motion detection ([@abjorshammar] - [#11583]) ([camera.uvc docs])
- Avoid returning empty media_image_url string ([@JackWindows] - [#11557]) ([media_player.cast docs])
- Core support for hass.io calls & Bugfix check_config ([@pvizeli] - [#11571]) ([__init__ docs]) ([hassio docs]) ([updater docs])
- Core support for hass.io calls & Bugfix check_config ([@pvizeli] - [#11571]) ([homeassistant docs]) ([hassio docs]) ([updater docs])
- Fix Tahoma stop command for 2 types of shutters ([@thijsdejong] - [#11588]) ([cover.tahoma docs])
- Pushbullet email support (fix) ([@tschmidty69] - [#11590]) ([notify.pushbullet docs])
- Fix state for trigger with forced updates ([@armills] - [#11595]) ([automation.state docs])
@ -610,7 +610,6 @@ Note however, that this feature was replaced by a new ignore_string config optio
[@veleek]: https://github.com/veleek
[@w1ll1am23]: https://github.com/w1ll1am23
[@yienxu]: https://github.com/yienxu
[__init__ docs]: /integrations/__init__/
[alarm_control_panel.alarmdecoder docs]: /integrations/alarmdecoder#alarm-control-panel
[alarm_control_panel.concord232 docs]: /integrations/concord232#alarm-control-panel
[alarm_control_panel.egardia docs]: /integrations/egardia
@ -673,6 +672,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
[google_assistant.http docs]: /integrations/google_assistant/
[google_assistant.smart_home docs]: /integrations/google_assistant
[group docs]: /integrations/group/
[homeassistant docs]: /integrations/homeassistant
[hassio docs]: /integrations/hassio/
[history docs]: /integrations/history/
[hive docs]: /integrations/hive/

View File

@ -1052,7 +1052,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Bump plexwebsocket to 0.0.8 ([@jjlawren] - [#35351]) ([plex docs])
- Enable async_update for entities in NWS ([@MatthewFlamm] - [#35048]) ([nws docs])
- Migrate ISY994 to PyISY v2 ([@shbatm] - [#35338]) ([isy994 docs]) (breaking-change)
- Delete flapping automatic tests ([@bdraco] - [#35356]) ([automatic docs])
- Delete flapping automatic tests ([@bdraco] - [#35356])
- Rewrite JuiceNet for async and config flow ([@jesserockz] - [#34365]) ([juicenet docs])
- Add modbus sensor string data_type ([@bradkeifer] - [#35269]) ([modbus docs])
- Capitalize kane610 in codeowners since scripts are case sensitive ([@Kane610] - [#35375]) ([axis docs]) ([deconz docs]) ([unifi docs])
@ -1731,7 +1731,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[arest docs]: /integrations/arest/
[atag docs]: /integrations/atag/
[august docs]: /integrations/august/
[automatic docs]: /integrations/automatic/
[automation docs]: /integrations/automation/
[axis docs]: /integrations/axis/
[basic config docs]: /docs/configuration/basic/