Fixing typos in deconz documentation (#9360)

The service to call to refresh devices added to deConz after latest start of Home Assistant is `deconz.device_refresh` (not `deconz.refresh_devices`), in latest current version (0.92.1).
This commit is contained in:
The Louie 2019-05-02 09:48:36 +02:00 committed by Fabian Affolter
parent f4a41b79e3
commit 6160de033b

View File

@ -75,7 +75,7 @@ logger:
## {% linkable_title Device services %}
Available services: `configure` and `deconz.refresh_devices`.
Available services: `configure` and `deconz.device_refresh`.
### {% linkable_title Service `deconz.configure` %}
@ -97,7 +97,7 @@ Either `entity` or `field` must be provided. If both are present, `field` will b
{ "field": "/config", "data": {"permitjoin": 60} }
#### {% linkable_title Service `deconz.refresh_devices` %}
#### {% linkable_title Service `deconz.device_refresh` %}
Refresh with devices added to deCONZ after Home Assistants latest restart.