i8beef / HomeAutio.Mqtt.GoogleHome

MIT License
215 stars 29 forks source link

Make topic delegate command configurable #109

Closed glsf91 closed 3 years ago

glsf91 commented 3 years ago

Can you make the first part used in the delegate command configurable? I mean the "google/home/" part from google/home/execution/DEVICEID/COMMAND.

i8beef commented 3 years ago

Should be configurable (as a base at least) in 2.0 with the new config value mqtt:topicRoot. It will still default to the original if omitted.

i8beef commented 3 years ago

Closing as fixed, feel free to reopen if you experience issues.