You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have some entities where I want to reset to the default HA names. Entities that have this have "" as "name" property in the output of hass-cli. But setting with
So I have some entities where I want to reset to the default HA names. Entities that have this have "" as "name" property in the output of hass-cli. But setting with
hass-cli --server "http://pi-homeassistant:8123" --token "12345" entity rename switch.entity_12345 --name ""
failt with
Error: Option '--name' requires an argument.
I tried "null", $null, $false, "None" and some more variations, but couldn't get it to remove the name.
The text was updated successfully, but these errors were encountered: