Open ali1234 opened 2 years ago
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".
NAME shows actually the data from Manufacturer.
Manufacturer
Edit: Yupp, and the model (as you stated).
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".