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` %}