Address comment from #3263

This commit is contained in:
Fabian Affolter 2017-10-09 10:38:27 +02:00
parent 338d7234cb
commit b46d342ccc
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -68,11 +68,11 @@ Field | Description
### {% linkable_title Event `platform_discovered` %} ### {% linkable_title Event `platform_discovered` %}
Event `platform_discovered` is fired when a new platform has been discovered by the discovery component. Event `platform_discovered` is fired when a new platform has been discovered by the [`discovery`](/components/discovery/) component.
Field | Description Field | Description
----- | ----------- ----- | -----------
`service` | The service that is discovered. Example: `zwave`. `service` | The platform that is discovered. Example: `zwave`.
`discovered` | Dictionary containing discovery information. Example: `{ "host": "192.168.1.10", "port": 8889}`. `discovered` | Dictionary containing discovery information. Example: `{ "host": "192.168.1.10", "port": 8889}`.