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
I checked the capability in Maker API:
{"command":"setColor"}
I copied the service call and arguments the same way it is shown in Hubitat device page:
When I test by running actions in Home Assistant the light does not get updated. Any idea if I am doing something wrong? Here is my YAML code for the action:
I checked the capability in Maker API:
{"command":"setColor"}
I copied the service call and arguments the same way it is shown in Hubitat device page:
When I test by running actions in Home Assistant the light does not get updated. Any idea if I am doing something wrong? Here is my YAML code for the action:
service: hubitat.send_command data: entity_id: light.living_inovelli_light_strip command: setcolor args: '[hue:22,saturation:100,level:100]'
The text was updated successfully, but these errors were encountered: