Fix broken links on website (part 4) (#14799)

This commit is contained in:
Klaas Schoute 2020-10-02 22:07:43 +02:00 committed by GitHub
parent dd5f4e7b3d
commit 09fa5b03a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 33 deletions

View File

@ -15,7 +15,14 @@ ha_codeowners:
ha_domain: neato
---
The `neato` integration allows you to control your [Neato Botvac Connected Robots](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/).
The `neato` integration allows you to control your [Neato Botvac Connected Robots][botvac-connected].
There is support for the following platform types within Home Assistant:
- **Camera** - allows you to view the latest cleaning map.
- **Sensor** - allows you to view the battery level.
- **Switch** - allows you to enable or disable the schedule.
- [**Vacuum**](#vacuum)
To activate `neato` in your installation, you can set it up from the integration screen or add it to your `configuration.yaml` file.
@ -61,7 +68,7 @@ After the update to firmware 4.0 (which adds cleaning maps) there is also suppor
## Vacuum
The `neato` vacuum platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/).
The `neato` vacuum platform allows you to control your [Neato Botvac Connected][botvac-connected].
The status will contain attributes on the robots last clean session.
<div class='note'>
@ -104,17 +111,4 @@ Some information about the capabilities might be found on the [Neato Developer P
| `category` | yes | Whether to use a persistent map or not for cleaning (i.e., No go lines): 2 for no map, 4 for map. Default to using map if not set (and fallback to no map if no map is found). |
| `zone` | yes | Only supported on the Botvac D7. Name of the zone to clean from the Neato app. Use unique names for the zones to avoid the wrong zone from running. Defaults to no zone i.e., complete house cleanup. |
## Camera
The `neato` camera platform allows you to view the latest cleaning map of your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
## Sensor
The `neato` sensor platform allows you to view the battery level for your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
## Switch
The `neato` switch platform allows you to enable or disable the schedule of your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
To add `neato` switch, camera and vacuum to your installation, follow instructions above.
[botvac-connected]: https://neatorobotics.com/products

View File

@ -19,8 +19,8 @@ This release also includes some new platforms (because they keep coming!):
- Light: [blinkstick platform](/integrations/blinksticklight) added ([@alanbowman](https://github.com/alanbowman))
- Device Tracker: [SNMP platform](/integrations/snmp) added ([@tomduijf](https://github.com/tomduijf))
- Light: [rfxtrx platform](/integrations/light.rfxtrx/) added ([@badele](https://github.com/badele))
- Switch: [rfxtrx platform](/integrations/switch.rfxtrx/) added ([@badele](https://github.com/badele))
- Light: [rfxtrx platform](/integrations/rfxtrx#lights) added ([@badele](https://github.com/badele))
- Switch: [rfxtrx platform](/integrations/rfxtrx#switches) added ([@badele](https://github.com/badele))
- Notify: [telegram platform](/integrations/telegram) added ([@fabaff](https://github.com/fabaff))
Also, the media player was extended by [@maddox](https://github.com/maddox) to support the play media command. This has been implemented for the [iTunes platform](/integrations/itunes).

View File

@ -49,7 +49,7 @@ Example of the new views in the frontend. <a href='/integrations/group/'>Learn m
[Nest]: /integrations/nest/
[onewire]: /integrations/onewire
[OwnTracks]: /integrations/owntracks
[Rfxtrx]: /integrations/light.rfxtrx/
[Rfxtrx]: /integrations/rfxtrx#lights
[Statsd]: /integrations/statsd/
[Template]: /integrations/template
[Thermostat]: /integrations/climate/

View File

@ -20,7 +20,7 @@ Another Saturday, another release!
The frontend has been completely been rewritten, optimizing for speed and lost connection recovery. Even on the slowest phones it should fly now. The frontend also now uses the new [WebSockets API][websocket-api] instead of the [EventStream API][event-stream-api].
### Custom state card UI
A nice new feature is the possibility to create [custom state cards][custom-ui] in the frontend. Go ahead and write your own state card for [lights][light], sensors, locks, etc.
A nice new feature is the possibility to create [custom state cards][custom-ui-cards] in the frontend. Go ahead and write your own state card for [lights][light], sensors, locks, etc.
### MQTT discovery
MQTT now has [discovery][mqtt-discovery] support which is different than our [`discovery`][discovery] component. Similar to the HTTP sensor and HTTP binary sensor, MQTT discovery removes the need for configuration by allowing devices to make their presence known to Home Assistant.
@ -197,7 +197,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[apiai]: /integrations/dialogflow
[apple-tv]: /integrations/apple_tv
[arwn]: /integrations/arwn
[custom-ui]: /developers/frontend_creating_custom_ui/
[custom-ui-cards]: /developers/frontend_creating_custom_ui
[discovery]: /integrations/discovery/
[face-detect]: /integrations/microsoft_face_detect
[ffmpeg-bin]: /integrations/ffmpeg_motion

View File

@ -372,7 +372,7 @@ frontend:
[cover.abode docs]: /integrations/abode
[cover.homematic docs]: /integrations/homematic
[cover.lutron_caseta docs]: /integrations/lutron_caseta/
[cover.rfxtrx docs]: /integrations/cover.rfxtrx/
[cover.rfxtrx docs]: /integrations/rfxtrx#covers
[cover.xiaomi docs]: /integrations/cover.xiaomi_aqara/
[cover.knx docs]: /integrations/cover.knx/
[device_tracker.geofency docs]: /integrations/geofency
@ -389,7 +389,7 @@ frontend:
[light.lutron_caseta docs]: /integrations/lutron_caseta/
[light.mqtt docs]: /integrations/light.mqtt/
[light.xiaomi_philipslight docs]: /integrations/light.xiaomi_miio/
[light.rfxtrx docs]: /integrations/light.rfxtrx/
[light.rfxtrx docs]: /integrations/rfxtrx#lights
[light.tradfri docs]: /integrations/tradfri
[light.knx docs]: /integrations/light.knx/
[light.zha docs]: /integrations/zha
@ -435,7 +435,7 @@ frontend:
[switch.homematic docs]: /integrations/homematic
[switch.lutron_caseta docs]: /integrations/lutron_caseta/
[switch.rest docs]: /integrations/switch.rest/
[switch.rfxtrx docs]: /integrations/switch.rfxtrx/
[switch.rfxtrx docs]: /integrations/rfxtrx#switches
[switch.knx docs]: /integrations/switch.knx/
[telegram_bot docs]: /integrations/telegram_bot/
[tesla docs]: /integrations/tesla/

View File

@ -27,7 +27,7 @@ A quick note if you are using Philips Hue and a Hue custom component: it will no
- Adding Foobot device sensor ([@reefab] - [#12417]) ([sensor.foobot docs]) (new-platform)
- Added Stride notification component ([@BioSehnsucht] - [#13221]) ([notify docs]) (new-platform)
- Xiaomi MiIO Sensor: Xiaomi Air Quality Monitor (PM2.5) integration ([@syssi] - [#13264]) ([sensor.xiaomi_miio docs]) (new-platform)
- Add initial support fo HomematicIP components ([@mxworm] - [#12761]) ([homematicip docs]) ([sensor.homematicip docs]) (new-platform)
- Add initial support fo HomematicIP components ([@mxworm] - [#12761]) (new-platform)
- Support for security systems controlled by IFTTT ([@maxclaey] - [#12975]) ([alarm_control_panel.ifttt docs]) (new-platform)
- Zigbee fan ([@igorbernstein2] - [#12289]) ([zha docs]) ([fan.zha docs]) (new-platform)
- Adding a discoverable Samsung Syncthru Printer sensor platform ([@nielstron] - [#13134]) ([sensor.syncthru docs]) (new-platform)
@ -149,7 +149,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Delete .gitmodules ([@pvizeli] - [#13295])
- Update to latest python-nest ([@cburgess] - [#12590]) ([nest docs])
- Upgrade async_timeout to 2.0.1 ([@fabaff] - [#13290])
- Add initial support fo HomematicIP components ([@mxworm] - [#12761]) ([homematicip docs]) ([sensor.homematicip docs]) (new-platform)
- Add initial support fo HomematicIP components ([@mxworm] - [#12761]) (new-platform)
- Added Time based SMA to Filter Sensor ([@dgomes] - [#13104]) ([sensor.filter docs])
- Support for security systems controlled by IFTTT ([@maxclaey] - [#12975]) ([alarm_control_panel.ifttt docs]) (new-platform)
- Add ecobee fan mode ([@uchagani] - [#12732]) ([ecobee docs]) ([climate.ecobee docs])
@ -476,7 +476,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[history docs]: /integrations/history/
[homekit docs]: /integrations/homekit/
[homematic docs]: /integrations/homematic/
[homematicip docs]: /integrations/homematicip/
[homematicip_cloud docs]: /integrations/homematicip_cloud/
[http docs]: /integrations/http/
[hue docs]: /integrations/hue/
@ -526,7 +525,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.foobot docs]: /integrations/foobot
[sensor.glances docs]: /integrations/glances
[sensor.homematic docs]: /integrations/homematic
[sensor.homematicip docs]: /integrations/homematicip/
[sensor.homematicip_cloud docs]: /integrations/homematicip_cloud/
[sensor.lacrosse docs]: /integrations/lacrosse
[sensor.mqtt docs]: /integrations/sensor.mqtt/

View File

@ -83,4 +83,4 @@ We found a last minute issue impacting Firefox based browsers (including the Tor
[InfluxDB]: https://github.com/hassio-addons/addon-influxdb#readme
[SSH & Web Terminal]: https://github.com/hassio-addons/addon-ssh#readme
[AdGuard Home]: https://github.com/hassio-addons/addon-adguard-home#readme
[dev-docs]: https://developers.home-assistant.io/docs/en/next/hassio_addon_presentation.html#ingress
[dev-docs]: https://developers.home-assistant.io/docs/add-ons/presentation/#ingress

View File

@ -385,7 +385,7 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
- Move imports in github component ([@mnigbur] - [#27406]) ([github docs])
- Move imports in eufy component ([@mnigbur] - [#27405]) ([eufy docs])
- Move imports in apple_tv component ([@Quentame] - [#27356]) ([apple_tv docs])
- Remove hydroquebec integration (ADR-0004) ([@frenck] - [#27407]) ([hydroquebec docs])
- Remove hydroquebec integration (ADR-0004) ([@frenck] - [#27407])
- Standardize times in time sensors Jewish calendar ([@tsvi] - [#26940]) ([jewish_calendar docs]) (breaking change)
- Revert "Allow Google Assistant relative volume control (#26585)" ([@balloob] - [#27416]) ([google_assistant docs])
- Bump aiohttp to 3.6.2 ([@frenck] - [#27409])
@ -1676,7 +1676,6 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
[http docs]: /integrations/http/
[htu21d docs]: /integrations/htu21d/
[hue docs]: /integrations/hue/
[hydroquebec docs]: /integrations/hydroquebec/
[ifttt docs]: /integrations/ifttt/
[ign_sismologia docs]: /integrations/ign_sismologia/
[image_processing docs]: /integrations/image_processing/

View File

@ -46,12 +46,12 @@
/developers/frontend_add_card https://developers.home-assistant.io/docs/frontend/extending/adding-state-card
/developers/frontend_add_more_info https://developers.home-assistant.io/docs/frontend/extending/adding-more-info-dialogs
/developers/frontend_creating_custom_panels https://developers.home-assistant.io/docs/frontend/custom-ui/creating-custom-panels
/developers/frontend_creating_custom_ui https://developers.home-assistant.io/docs/frontend_creating_custom_ui/
/developers/frontend_creating_custom_ui https://developers.home-assistant.io/docs/frontend/custom-ui/lovelace-custom-card
/developers/frontend https://developers.home-assistant.io/docs/frontend
/developers/hassio/addon_communication https://developers.home-assistant.io/docs/hassio_addon_communication/
/developers/hassio/addon_config https://developers.home-assistant.io/docs/hassio_addon_config/
/developers/hassio/addon_development https://developers.home-assistant.io/docs/hassio_addon_index/
/developers/hassio/addon_presentation https://developers.home-assistant.io/docs/hassio_addon_presentation/
/developers/hassio/addon_presentation https://developers.home-assistant.io/docs/add-ons/presentation/
/developers/hassio/addon_publishing https://developers.home-assistant.io/docs/hassio_addon_publishing/
/developers/hassio/addon_repository https://developers.home-assistant.io/docs/hassio_addon_repository/
/developers/hassio/addon_testing https://developers.home-assistant.io/docs/hassio_addon_testing/