I used to have my hue/innr lights voice control going from google home -> phillips hue cloud -> my network.
Back then i could say on my google home turn down the brightness or set the brightness and it would only change the brightness of the lights that were currently on.
Now Ive moved to deconz and home assistant, the voice control goes google home -> nabu casa -> my network. Unfortunately if i issue the same command it does change the brightness to any light in the google home room but it also turns on any lights that were off.
It seems like this is a limitation in home assistant. I checked deconz there is a service called deconz_configure that lets you change values. I tested:
field: /groups/5/action
data: {"bri" : 10}
and it works as i would expect and doesn’t turn any lights on but does adjust brightness of the ones that are on.
Looking through the docs https://www.home-assistant.io/integrations/light/ It looks like that the only methods are turn on, turn off and toggle.
Without home assistant adding a method call setState or something similar Does anyone know how I can get the behaviour that I would like? Can i configure which service that the google home integration calls on a voice command?