Address comment from #3263
This commit is contained in:
parent
338d7234cb
commit
b46d342ccc
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@ Field | Description
|
|||
|
||||
|
||||
### {% 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
|
||||
----- | -----------
|
||||
`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}`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue