We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338d723 commit b46d342Copy full SHA for b46d342
source/_docs/configuration/events.markdown
@@ -68,11 +68,11 @@ Field | Description
68
69
70
### {% linkable_title Event `platform_discovered` %}
71
-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.
72
73
Field | Description
74
----- | -----------
75
-`service` | The service that is discovered. Example: `zwave`.
+`service` | The platform that is discovered. Example: `zwave`.
76
`discovered` | Dictionary containing discovery information. Example: `{ "host": "192.168.1.10", "port": 8889}`.
77
78
0 commit comments