Added a note relating to a Netgear Issue (#9471)

See this issue https://github.com/MatMaul/pynetgear/issues/71 for additional informations
This commit is contained in:
Vincent Masselis 2019-05-17 12:51:05 +02:00 committed by Fabian Affolter
parent a0cc366830
commit f1a986315b

View File

@ -18,6 +18,10 @@ redirect_from:
This platform allows you to detect presence by looking at connected devices to a [Netgear](http://www.netgear.com/) device.
<p class='note'>
A recent updates of Orbi APs introduced a bug which takes several hours to detects presence on your local network. The current workaround is to force this component to use the Orbi's API v2 by adding the `accesspoints:` node to your configuration.
</p>
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
```yaml