diff --git a/atom.xml b/atom.xml index 9887352099..15fe2cc84d 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The discovery
component is capable of setting up your components before firing the EVENT_PLATFORM_DISCOVERED
event. To do this you will have to update the SERVICE_HANDLERS
constant in the discovery
component:
```python -SERVICE_AWESOMEDEVICE = ‘awesomedevice’
-SERVICE_HANDLERS = { - … - SERVICE_AWESOMEDEVICE: (‘awesomedevice’, None), -}
+SERVICE_AWESOMEDEVICE = 'awesomedevice'
+
+SERVICE_HANDLERS = {
+ ...
+ SERVICE_AWESOMEDEVICE: ('awesomedevice', None),
+}
+
+