Skip to content

Commit b46d342

Browse files
committed
Address comment from home-assistant#3263
1 parent 338d723 commit b46d342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/configuration/events.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Field | Description
6868

6969

7070
### {% linkable_title Event `platform_discovered` %}
71-
Event `platform_discovered` is fired when a new platform has been discovered by the discovery component.
71+
Event `platform_discovered` is fired when a new platform has been discovered by the [`discovery`](/components/discovery/) component.
7272

7373
Field | Description
7474
----- | -----------
75-
`service` | The service that is discovered. Example: `zwave`.
75+
`service` | The platform that is discovered. Example: `zwave`.
7676
`discovered` | Dictionary containing discovery information. Example: `{ "host": "192.168.1.10", "port": 8889}`.
7777

7878

0 commit comments

Comments
 (0)