From 0dee2c22d901cf8b4f97223beb9ac7b25d99f202 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 27 Aug 2017 16:07:08 -0700 Subject: [PATCH] Update events.markdown --- source/_docs/configuration/events.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index 5219757d73f..852758dcba2 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -73,7 +73,7 @@ Event `platform_discovered` is fired when a new platform has been discovered by Field | Description ----- | ----------- `service` | The service that is discovered. Example: `zwave`. -`discovered` | Information that is discovered. Can be a dict, tuple etc. Example: `(192.168.1.10, 8889)`. +`discovered` | Dictionary containing discovery information. Example: `{ "host": "192.168.1.10", "port": 8889}`. ### {% linkable_title Event `component_loaded` %}