Update doc - get_services (#2025)

Update doc - get_services
As stated in this file -> home-assistant/homeassistant/components/websocket_api.py
This commit is contained in:
Claudiu Farcas 2017-02-13 12:30:44 +02:00 committed by Fabian Affolter
parent 9a4e0e77e2
commit e59ce8b3e7

View File

@ -297,7 +297,7 @@ This will get a dump of the current services in Home Assistant.
```json ```json
{ {
"id": 19, "id": 19,
"type": "get_config" "type": "get_services"
} }
``` ```