Update events.markdown

This commit is contained in:
Paulus Schoutsen 2017-08-27 16:07:08 -07:00 committed by GitHub
parent 1ba86e8b08
commit 0dee2c22d9

View File

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