Update events.markdown
This commit is contained in:
parent
1ba86e8b08
commit
0dee2c22d9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Event `platform_discovered` is fired when a new platform has been discovered by
|
|||
Field | Description
|
||||
----- | -----------
|
||||
`service` | The service that is discovered. Example: `zwave`.
|
||||
`discovered` | Information that is discovered. Can be a dict, tuple etc. Example: `(192.168.1.10, 8889)`.
|
||||
`discovered` | Dictionary containing discovery information. Example: `{ "host": "192.168.1.10", "port": 8889}`.
|
||||
|
||||
|
||||
### {% linkable_title Event `component_loaded` %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue