Hey All,
I would like to have a Button that sets my light from off to on to automatic and would like to change the “label” of the button inside HA so i can know what mode it is currently in.
I tried changing the name using an API call but that changed the full entity name and Node Red didnt register any further clicks of the Button.
Is there a way to change just the Display name inside HA?
My API call json looks like this:
{
"data": {
"type": "nodered/discovery",
"server_id": "",
"node_id": "",
"component": "button",
"config": {
"name": "off"
}
}
}