home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.16k stars 29.83k forks source link

"Developer Tools -> Services" is missing hs_color #13583

Closed smwa closed 6 years ago

smwa commented 6 years ago

Home Assistant release with the issue:

0.66.0

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.):

Docker container on x64 Linux

Component/platform:

Light Component

Description of problem: "Developer Tools -> Services" is missing hs_color as a listed parameter for the light components

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

light:
  - platform: limitlessled
    bridges:
      - host: 192.168.40.10
        groups:
        - number: 1
          name: LivingRoom
        - number : 1
          name: Bridge Light
          type: bridge-led
        - number: 4
          name: Office
          type: rgbw

Traceback (if applicable):

Additional information: Seems to be from the homeassistant/components/light/services.yaml file.

smwa commented 6 years ago

Fixed in pull 13667