Google Assistant metadata values not working!

Linux
Openhab 2.5.9

I now use [“Lighting”] to expose my light to Google Assistant

According to https://www.openhab.org/docs/ecosystem/google-assistant/ I can use { ga=“Light” }

When I use { ga=“Light” } I get error in my item file

Item:

Working:

Switch E1Lstaande2_Switch          "Staande lamp 2"           <switch>        (gHuiskamer,gLampen,ALLE,gLampenHuiskamer,gALLOFF)["Lighting"] {channel="zwave:device:c3d4c8dc:node4:switch_binary"}

Not working:

Switch E1Lstaande2_Switch "Staande lamp 2" <switch>     (gHuiskamer,gLampen,ALLE,gLampenHuiskamer,gALLOFF){ ga="Light" }  {channel="zwave:device:c3d4c8dc:node4:switch_binary"}

Openhab.log

2020-10-03 20:19:11.955 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'lights.items' has errors, therefore ignoring it: [6,145]: missing EOF at '{'

Is the Google Assistant functionality in Openhab a module / binding /action or part of the core ?

Is it possible that I have an old version of the Google Assistant functionality and can I update it???

The metadata goes with the channel.

{channel="zwave:device:c3d4c8dc:node4:switch_binary",  ga="Light"}
1 Like

Thank you Russ,

This is working