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

Up/Down arrow no longer showing #127

Closed
reesion opened this issue May 21, 2020 · 18 comments
Closed

Up/Down arrow no longer showing #127

reesion opened this issue May 21, 2020 · 18 comments

Comments

@reesion
Copy link

reesion commented May 21, 2020

Hi,

After updating to v0.110.0, the up/down arrow no longer shows up.

image

@reesion reesion changed the title Up/Down arrow o longer showing Up/Down arrow no longer showing May 21, 2020
@nickdos
Copy link

nickdos commented May 21, 2020

I'm also seeing the same thing. My settings were for compact mode using the "plus" and "minus" buttons and they no longer show up.

The HA Blog mentions this in the release notes:

The way icons are loaded is updated. With the ever-growing Material Icons set, it was necessary to update the way we handle icons to make sure our application continues performing.
The Material Icons are now split in chunks, so the frontend does not have to load all the icons if you just need one; besides that, we no longer store the icons in the DOM but in a database.

@sm0keKings
Copy link

I am having the same issue too.
image

@gitrummy
Copy link

+1

@lalexdotcom
Copy link

Same here

@collinsjoshw
Copy link

+1

@mobilemutex
Copy link

mobilemutex commented May 21, 2020

Replacing all (4) paper-icon-button with ha-icon-button in simple-thermostat.js seems to work for me.

Edit: As per these changes: home-assistant/frontend@0a92c28#diff-873f41cce3df4d28dd685519a4e87d01L135

@Idanit
Copy link

Idanit commented May 21, 2020

Issue already open: #123

@DrJohnT
Copy link

DrJohnT commented May 21, 2020

Same here

@RyanWoirol
Copy link

Same

@jleach87
Copy link

+1

@Fabenissimo
Copy link

Replacing all (4) paper-icon-button with ha-icon-button in simple-thermostat.js seems to work for me.

Edit: As per these changes: home-assistant/frontend@0a92c28#diff-873f41cce3df4d28dd685519a4e87d01L135

Anyone had luck with this? I've replaced the 4 occurrences, readded it to my lovelace resources, reloaded the page several times, restarted HA, deleted my browser cache several times, still no icons...

@reesion
Copy link
Author

reesion commented May 22, 2020

Anyone had luck with this? I've replaced the 4 occurrences, readded it to my lovelace resources, reloaded the page several times, restarted HA, deleted my browser cache several times, still no icons...

Doesn’t work for me either

@collinsjoshw
Copy link

Anyone had luck with this? I've replaced the 4 occurrences, readded it to my lovelace resources, reloaded the page several times, restarted HA, deleted my browser cache several times, still no icons...

Didn't work for me.

@mobilemutex
Copy link

Replacing all (4) paper-icon-button with ha-icon-button in simple-thermostat.js seems to work for me.
Edit: As per these changes: home-assistant/frontend@0a92c28#diff-873f41cce3df4d28dd685519a4e87d01L135

Anyone had luck with this? I've replaced the 4 occurrences, readded it to my lovelace resources, reloaded the page several times, restarted HA, deleted my browser cache several times, still no icons...

You need to delete the simple-thermostat.gz file. Hacs will serve the browser the gz file if it’s there in order to save bandwidth. If it’s not there, it will use the .js file

@DrJohnT
Copy link

DrJohnT commented May 22, 2020

You need to delete the simple-thermostat.gz file. Hacs will serve the browser the gz file if it’s there in order to save bandwidth. If it’s not there, it will use the .js file

Tried it and did not work. Reinstalled component several times too. Icon still missing

@technerd88
Copy link

Updating the icons and deleting simple-thermostat.gz corrected the issue.

@reesion
Copy link
Author

reesion commented May 22, 2020

Updating to the latest release fixes the issue.

@Yonny24
Copy link

Yonny24 commented May 24, 2020

Thanks guys. Fixed that now.

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

No branches or pull requests