Hi everyone,
I have a bunch of MQTT climate devices and of course they also have command topics.
I would like to get those topics from HA and modify them so I can send commands with an automation.
I could not find anything in the frontend that would show me the MQTT topics that are used for commands, e.g. "temperature_command_topic": "cmnd/EQ3/001A2208B97D/settemp" or "mode_command_topic": "cmnd/EQ3/001A2208B97D/mode".
Essentially in this example I would like to extract cmnd/EQ3/001A2208B97D/so I can add a custom command.
Anybody know if this can be done, e.g. using a template?
Thank you
Alex
I just communicated it poorly. You have to have the integration drop stuff into the right folder for auto, or you need to make the YAML for the entities yourself.