mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-07 17:36:29 +00:00
Prevent code block brake up (#704)
* Prevent code block brake up Prevent code block from braking up and second part being slightly de-indented.
This commit is contained in:
parent
780ff178c3
commit
b2aff87b43
@ -62,8 +62,8 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||
|
||||
```python
|
||||
from homeassistant.components.light import Light
|
||||
|
||||
|
||||
|
||||
|
||||
class HueLight(Light):
|
||||
"""Hue light component."""
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user