-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
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
[MainUI] [change request] Create Equipment from Thing suggests localised Item name #2812
Comments
I remember you pitching me this I believe in Koblenz some years ago :) |
Yes, don't remember where and when, but now I finally created an issue for it. |
@ghys reading your comment again, I don't really understand how the displayName would help solve my issue. |
If the option was available to choose between channel ID (stable) and <channel-type id="f1x45-40004">
<item-type>Number</item-type>
<label>BT1 Outdoor Temp</label>
<description>Outdoor temperature</description>
<state pattern="%.1f °C" readOnly="true">
</state>
</channel-type> In this case it's better IMHO to use the label (item name suggestion: |
Ok, now understood, but don't like the idea with channelId. |
Agreed, but that would have to be exposed by the API. |
The problem
As the title says, create Equipment from thing suggests localised Item Names, like below
AppleWatch4privat_Apple_Watch_Series_4_Ladezustand : Ladezustand instead of batteryStatus
While creating more widgets to be added to the semanticHomeMenu series, I would like users to use the create Equipment from Thing function to achieve a near to zero config effort. Having localised Item names makes this impossible.
Your suggestion
Change the create Equipment fromm Thing and Point from Thing functionality to not suggest localised Item names.
@florian-h05 @ghys WDYT ?
The text was updated successfully, but these errors were encountered: