Skip to content
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

Scene widget icons displayed in wrong order #151

Closed
qfluxlab opened this issue Jul 12, 2016 · 2 comments
Closed

Scene widget icons displayed in wrong order #151

qfluxlab opened this issue Jul 12, 2016 · 2 comments
Labels
Milestone

Comments

@qfluxlab
Copy link

qfluxlab commented Jul 12, 2016

The icons in my scene widget are displayed in the wrong order since the latest update or maybe the one before. I have 0.14.82, OH2. The scene buttons control the correct mapping, but have the wrong icon.

Widget config:

Frame label="Media {widget:scene}" {
    Selection item=ST_DI_Harmony_Activity mappings=[
        "PowerOff"="OFF {icon:switch}",
        "HTPC"="HTPC {icon:tv}",
        "Fire TV"="Fire TV {icon:fire}",
        "PS 4"="PS 4 {icon:gamepad}"
    ]
}

Displays like this:

screenshot_2016-07-12-11-32-39

@Nebula83
Copy link

Nebula83 commented Jul 13, 2016

Yep, same here.

Frame label="Jasper {widget:scene}" {
  Switch item=swJasperAway  label="[Weg] {icon:door}"
  Switch item=swJasperClose label="[Dichtbij] {icon:car}"
  Switch item=swJasperHome  label="[Thuis] {icon:home}"
}
Frame label="Marloes {widget:scene}" {
  Switch item=swMarloesAway  label="[Weg] {icon:door}"
  Switch item=swMarloesClose label="[Dichtbij] {icon:car}"
  Switch item=swMarloesHome  label="[Thuis] {icon:home}"
}

screenshot_2016-07-13-07-01-25 - copy

It appears to be semi-random as well.

@igorgladkov igorgladkov added this to the 0.17 milestone Jul 13, 2016
@igorgladkov
Copy link
Owner

Fixed in 0.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants