Skip to content

Commit 1fe88fb

Browse files
aedoradoLandrash
authored andcommitted
Update component_discovery.markdown (home-assistant#1155)
1 parent 3615f56 commit 1fe88fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/developers/component_discovery.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ footer: true
1010
---
1111

1212
<p class='note warning'>
13-
This option is only available to built-in components.
13+
This option is only available for built-in components.
1414
</p>
1515

16-
Home Assistant has a discovery service running in the background to discover new devices. Whenever a new device is discovered, an `SERVICE_DISCOVERED` event will be fired with the found service and the information. The `discovery` component has some knowledge about which components handle which type of services and will ensure those are loaded and listening before firing the `SERVICE_DISCOVERED` event.
16+
Home Assistant has a discovery service running in the background to discover new devices. Whenever a new device is discovered, a `SERVICE_DISCOVERED` event will be fired with the found service and the information. The `discovery` component has some knowledge about which components handle which type of services and will ensure those are loaded and listening before firing the `SERVICE_DISCOVERED` event.
1717

1818
### {% linkable_title Add discovery instructions %}
1919

@@ -23,7 +23,7 @@ To have your device be discovered, you will have to extend the NetDisco library
2323

2424
### {% linkable_title Listening to `SERVICE_DISCOVERED` events %}
2525

26-
From your component, you will have to set up the listening for specific services. Below an example how one would listen for discovered Chromecasts:
26+
From your component, you will have to set up the listening for specific services. Given below is an example how one would listen for discovered Chromecasts:
2727

2828
```python
2929
from homeassistant.loader import get_component

0 commit comments

Comments
 (0)