You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Light capabilities are based on the supported_features attribute reported by home-assistant. So if a light has a dim feature in HA it will also have that capability in Homey.
If you want to just want to be able to switch a light on/off then i would suggest either creating a switch in HA or use the custom_component and bind a light entity to the onoff capability.
Something like:
homey:
some_light:
name: Some lightcapabilities:
onoff: light.some_light
All the lights get in the Capabilities "dim", I want more options Capabilities "dim" or "onoff".
The text was updated successfully, but these errors were encountered: