diff --git a/docs/creating_platform_code_review.md b/docs/creating_platform_code_review.md index 214feb9d..f30cf96e 100644 --- a/docs/creating_platform_code_review.md +++ b/docs/creating_platform_code_review.md @@ -62,8 +62,8 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend( ```python from homeassistant.components.light import Light - - + + class HueLight(Light): """Hue light component.""" ```