diff --git a/homeassistant/components/light/services.yaml b/homeassistant/components/light/services.yaml index 3b7df4e70c5..f3fe306eb90 100644 --- a/homeassistant/components/light/services.yaml +++ b/homeassistant/components/light/services.yaml @@ -53,7 +53,7 @@ turn_on: - "azure" - "beige" - "bisque" - - "black" + # Black is omitted from this list as nonsensical for lights - "blanchedalmond" - "blue" - "blueviolet" @@ -362,7 +362,7 @@ toggle: - "azure" - "beige" - "bisque" - - "black" + # Black is omitted from this list as nonsensical for lights - "blanchedalmond" - "blue" - "blueviolet"