Problem with device_sun_light_trigger

I want only one light, and one device but when i pick only one light and one device gives error.
Another problem is i want colour in light not profile. How can i change that?

And what’s the error?

And can you show the configs you’re using?

16-09-11 22:47:59 homeassistant.components.device_sun_light_trigger: No devices found to track
16-09-11 22:47:59 homeassistant.bootstrap: component device_sun_light_trigger failed to initialize

My configs

device_sun_light_trigger:
    light_group: light.luz_cho
    light_profile: relax
    device_group: device_tracker.ricardoiphone
    disable_turn_off: 0

Do you have this in your configuration.yaml?

sun:
  elevation: 102

Configuration variables:

elevation (Optional): The (physical) elevation of your location, in meters above sea level. If omitted will be retrieved from Google Maps.

It’s not loaded by default and necessary for any automation or script using the sun’s state or position.

Yes i have it.

if i put group on light_group and all devices in device_group instead only one light and only one device i don’t have any error.

I just read the docs on this as I’ve never used it and this makes sense; light group is designed for a group class so it wouldn’t work with one light. Of course you could always put that one light in a group of you wanted…

In the docs says can i pick only one light.

I create a group only with one light and creat another one with only one device and everything works good, but this is a workaround.

Another doubt is i want that trigger light but with color and 100% brightness. Can i do that or only choose profile (relax, read,…)?

If not, can i do all of this in automation?

Again, never used this trigger but I would consider creating a scene for your lights and settings and then just call the scene as the action.

I already have scene for this. I want to use this component for do what is supose:

Fade in the lights when the sun is setting and there are people home (I already achieve this)
Turn on the lights when people get home after the sun has set (achieve this too)
Turn off the lights when all people leave the house ( can’t do this)

And want colour not a profile.