mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Address comment from #3263
This commit is contained in:
parent
338d7234cb
commit
b46d342ccc
@ -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}`.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user