I am struggling again with the syntax. And I cannot explain to myself why one config is working and the other’s not. Can you give me a hint please why its working the one way, but the other it’s not?
Basically rhasspy will send the “room” to HA and fills the variable with that. Then again via MQTT and a script the vacuum cleaner will be controlled to clean a specific room
Am I thinking in the wrong direction? With #1 I just use the script as a service itself. With #2-3 my guess was that I can enable the script this way. Or is this the mistake? If so, does it mean my syntax with the variables would be right?
@koying There is. You can check yourself unter dev tools which are there. You will find even your own scripts at that place. There are really a damn lot @tom_l Awesome! That’s it. How can I know that the ‘’ are missing there? I’ve tried it even with #3, but here it’s not working. Can you explain me please why? Also especially why I don’t need to set the ‘’ in my working example?
Guess when I have it running in a better way I’ll share the configs. I can imagine there are other peeps out there who wan’t to controll their robot via cloudless voice commands
Multi line templates should not be quoted and the use of data_template and service_template were depreciated in v0.115. Also you do not have a service template. And the extra brackets in your templates will mess up the entity ids. So that reduces your config to: