We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
device list
Version: 0.9.4 (installed with pip)
Steps to reproduce:
hass-cli device list
Expected result:
The NAME column of hass-cli output should show the name you set in the web interface.
NAME
hass-cli
Actual result:
The NAME column shows concatenation of device manufacturer and model.
Example output:
ID NAME MODEL MANUFACTURER AREA 4996cf160c18d11b6497f24020ebd8b3 _TZ3000_8nkb7mof TS0121 TS0121 _TZ3000_8nkb7mof Kitchen
How that device looks in the web UI:
The name should be "Socket A".
The text was updated successfully, but these errors were encountered:
NAME shows actually the data from Manufacturer.
Manufacturer
Edit: Yupp, and the model (as you stated).
Sorry, something went wrong.
No branches or pull requests
Version: 0.9.4 (installed with pip)
Steps to reproduce:
hass-cli device list
Expected result:
The
NAME
column ofhass-cli
output should show the name you set in the web interface.Actual result:
The
NAME
column shows concatenation of device manufacturer and model.Example output:
How that device looks in the web UI:
The name should be "Socket A".
The text was updated successfully, but these errors were encountered: