Habdroid always appends item state in label
See original GitHub issueOpening an issue based on the discussion here.
It appears that habdroid does not respect the item or sitemap label and will always append item state. If you put a [] in your sitemap or item label, habdroid will no longer append the state but you end up with [] in your label text.
Example:
Items:
Number Thermostats_Downstairs_System_Mode "System Mode" { channel="omnilink:thermostat:home:downstairs:system_mode" }
Sitemap:
Selection item=Thermostats_Downstairs_System_Mode mappings=[0="Off",1="Heat",2="Cool",3="Auto",4="Emergency Heat"]
This should just render a label that says “System Mode”, but habdroid appends the state:

Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
adding an element to the label bar - android - Stack Overflow
I want to add an element to the label bar in the top right corner.element like the green square in the top right...
Read more ><activity> | Android Developers
Declares an activity (an Activity subclass) that implements part of the application's visual user interface.
Read more >Principles for improving app accessibility - Android Developers
Each of these best practices, described in the sections that follow, can further improve your app's accessibility: Label elements: Users must be ...
Read more >TextView - Android Developers
Flag requesting you to add views that are marked as not important for autofill (see setImportantForAutofill(int) ) to a ViewStructure .
Read more ><application> | Android Developers
This element contains subelements that declare each of the application's components and has attributes that can affect all the components.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fix is now in the review process.
I will fix this issue.