dwains-lovelace-dashboard icon indicating copy to clipboard operation
dwains-lovelace-dashboard copied to clipboard

state icons disapeared in last ha version

Open ForumHulp opened this issue 1 year ago • 28 comments

state icons are gone in last ha version 2024-02-01

ForumHulp avatar Feb 08 '24 14:02 ForumHulp

same here. have not been able to fix this.

rsiuda avatar Feb 08 '24 17:02 rsiuda

Same here. Version 2024.2.1

nimdaxxx avatar Feb 09 '24 16:02 nimdaxxx

core-2024.2.1 too and same issue. I see an empty state icon in front of the original one. image Not a circle like previously.

I tried to uninstall the integration, flush every config files and empty every dashboard files without any success. The method about the automatic dark/light theme in HA didn't work too. My HA is already in the automatic D/Light mode.

The HA Core logs said :

` Logger: homeassistant.helpers.frame Source: helpers/frame.py:133 First occurred: 20:39:21 (3 occurrences) Last logged: 20:39:25

Detected that custom integration 'dwains_dashboard' uses deprecated 'SafeLineLoader' instead of 'PythonSafeLoader', which will stop working in HA Core 2024.6, at custom_components/dwains_dashboard/process_yaml.py, line 69: loader.SafeLineLoader.add_constructor("!include", _include_yaml), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
Detected that custom integration 'dwains_dashboard' uses deprecated 'SafeLineLoader' instead of 'PythonSafeLoader', which will stop working in HA Core 2024.6, at custom_components/dwains_dashboard/process_yaml.py, line 46: return loader.yaml.load(config_file, Loader=lambda stream: loader.SafeLineLoader(stream, secrets)) or OrderedDict(), please report it to the author of the 'dwains_dashboard' custom integration
Detected that custom integration 'dwains_dashboard' uses deprecated 'SafeLineLoader' instead of 'PythonSafeLoader', which will stop working in HA Core 2024.6, at custom_components/dwains_dashboard/process_yaml.py, line 43: return loader.yaml.load(stream, Loader=lambda _stream: loader.SafeLineLoader(_stream, secrets)) or OrderedDict(), please report it to the author of the 'dwains_dashboard' custom integration

`

djiwhy avatar Feb 09 '24 22:02 djiwhy

Yep, same issue. It is is related to this change; https://developers.home-assistant.io/blog/2024/01/30/ha-state-icon-properties-changes/

Seems like a simple fix, but we need @dwainscheeren to push the changes.

ISilvaPT avatar Feb 09 '24 22:02 ISilvaPT

same problem, we are waiting patiently

rejtolajos avatar Feb 10 '24 11:02 rejtolajos

Yep, same issue. It is is related to this change; https://developers.home-assistant.io/blog/2024/01/30/ha-state-icon-properties-changes/

Seems like a simple fix, but we need @dwainscheeren to push the changes.

how did you fix it& where i should replace the code?

dandgam avatar Feb 11 '24 17:02 dandgam

@cermakjn i copied your edited js file into mine hass, but it still wont show up icons. Even after clear cache and restart hass.

ManuelW77 avatar Feb 12 '24 16:02 ManuelW77

Have the same issue like all others said. Patiently waiting for a fix

besiktas97 avatar Feb 12 '24 23:02 besiktas97

If you don't want to wait, @cermakjn already posted the fixed file. Its working. Just download dwains-dashboard.js and override the current one. Restart HA and make sure to ctrl+F5 to fully reload page.

ISilvaPT avatar Feb 12 '24 23:02 ISilvaPT

@cermakjn i copied your edited js file into mine hass, but it still wont show up icons. Even after clear cache and restart hass.

@ManuelW77, there is a second file you need to edit as well, dwains-dashboard.js.gz. Compress dwains-dashboard.js in gzip format and that will generate the dwains-dashboard.js.gz file. Replace the original one and restart/clear cache. It worked for me.

HairyHook avatar Feb 13 '24 00:02 HairyHook

No second file editing required. As per https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1939777901 is all that’s required.

TrialMaster avatar Feb 13 '24 03:02 TrialMaster

If you don't want to wait, @cermakjn already posted the fixed file. Its working. Just download dwains-dashboard.js and override the current one. Restart HA and make sure to ctrl+F5 to fully reload page.

That's what I did, but don't work for me. Try'd different Browsers, no icons there.

ManuelW77 avatar Feb 13 '24 09:02 ManuelW77

Try Renamin dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup and repeat the process.

If you don't have a..gz you can create it, using 7zip or any other program that supports gzip. It's just the js file but compressed.

ISilvaPT avatar Feb 13 '24 11:02 ISilvaPT

If you don't want to wait, @cermakjn already posted the fixed file. Its working. Just download dwains-dashboard.js and override the current one. Restart HA and make sure to ctrl+F5 to fully reload page.

That's what I did, but don't work for me. Try'd different Browsers, no icons there.

same for me! its not working

dandgam avatar Feb 13 '24 20:02 dandgam

Try Renamin dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup and repeat the process.

If you don't have a..gz you can create it, using 7zip or any other program that supports gzip. It's just the js file but compressed.

So what? I should create the .gz file and then rename it? Makes no sense.

ManuelW77 avatar Feb 14 '24 07:02 ManuelW77

Try Renamin dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup and repeat the process. If you don't have a..gz you can create it, using 7zip or any other program that supports gzip. It's just the js file but compressed.

So what? I should create the .gz file and then rename it? Makes no sense.

No. I just created the gz and all worked.

The renaming part is if you already have a gz based on the old version, and you don't want to create a new, renaming assures Ha will use the correct. Js file and not the gz based on the old one.

ISilvaPT avatar Feb 14 '24 08:02 ISilvaPT

Try Renamin dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup and repeat the process. If you don't have a..gz you can create it, using 7zip or any other program that supports gzip. It's just the js file but compressed.

So what? I should create the .gz file and then rename it? Makes no sense.

No. I just created the gz and all worked.

The renaming part is if you already have a gz based on the old version, and you don't want to create a new, renaming assures Ha will use the correct. Js file and not the gz based on the old one.

It makes no sense to create a compressed file of the js. But I gave it a try and still won't work...

ManuelW77 avatar Feb 14 '24 08:02 ManuelW77

Try Renamin dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup and repeat the process. If you don't have a..gz you can create it, using 7zip or any other program that supports gzip. It's just the js file but compressed.

So what? I should create the .gz file and then rename it? Makes no sense.

No. I just created the gz and all worked. The renaming part is if you already have a gz based on the old version, and you don't want to create a new, renaming assures Ha will use the correct. Js file and not the gz based on the old one.

It makes no sense to create a compressed file of the js. But I gave it a try and still won't work...

I had no luck myself at first. But what solved the issue for me after replacing the files, was that I did a REBOOT (restart did nothing) of HA system and then in iOS Companion App, I also had to do a reset of front-end cache. Close the app, open again and then the status icons were showing again.

silkw0rm avatar Feb 20 '24 10:02 silkw0rm

I also have this problem and hope a fix is coming soon

Bruce1957 avatar Feb 28 '24 20:02 Bruce1957

This solution worked for me. https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782

nimdaxxx avatar Feb 28 '24 20:02 nimdaxxx

Thanks but what is not clear to me is what file you add” <ha-state-icon .hass=${hass} .stateObj=${stateObj}>” to. Any assistance would be appreciated.

From: nimdaxxx @.*** Sent: 28-Feb-24 1:34 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

This solution worked for me. #782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782

— Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1969870634 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I5IYK7GA7WS4S2OJZDYV6ICLAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZHA3TANRTGQ . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I4TAS3QWHENBYR3GGTYV6ICLA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNHLSU.gif Message ID: @.***>

Bruce1957 avatar Feb 28 '24 22:02 Bruce1957

Thanks but what is not clear to me is what file you add” <ha-state-icon .hass=${hass} .stateObj=${stateObj}>” to. Any assistance would be appreciated. From: nimdaxxx @.*** Sent: 28-Feb-24 1:34 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781) This solution worked for me. #782 <#782> — Reply to this email directly, view it on GitHub <#781 (comment)> , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I5IYK7GA7WS4S2OJZDYV6ICLAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZHA3TANRTGQ . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I4TAS3QWHENBYR3GGTYV6ICLA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNHLSU.gif Message ID: @.***>

You simply need to replace the downloaded file whit the one in: /config/custom_components/dwains_dashboard/js/dwains-dashboard.js Then restart home assistant and clean the frontend cache

nimdaxxx avatar Feb 28 '24 22:02 nimdaxxx

Thanks for the assistance.

I ran the Feb update.

Downloaded https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js and installed this file into “/config/custom_components/dwains_dashboard/js/”

Rebooted my Home Assistant

Cleared my browser Cache

I still do not have my icons back.

Amy further assistance would be appreciated.

From: nimdaxxx @.*** Sent: 28-Feb-24 3:51 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks but what is not clear to me is what file you add” <ha-state-icon .hass=${hass} .stateObj=${stateObj}>” to. Any assistance would be appreciated. From: nimdaxxx @.*** Sent: 28-Feb-24 1:34 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781 https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781 ) This solution worked for me. #782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 <#782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 > — Reply to this email directly, view it on GitHub <#781 (comment) https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1969870634 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I5IYK7GA7WS4S2OJZDYV6ICLAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZHA3TANRTGQ . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I4TAS3QWHENBYR3GGTYV6ICLA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNHLSU.gif Message ID: @.***>

You simply need to replace the downloaded file with https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js the one in: /config/custom_components/dwains_dashboard/js/dwains-dashboard.js Then restart home assistant and clean the frontend cache

— Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1970052121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I3L2DIM3BR7XTVFGLTYV6YGXAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQGA2TEMJSGE . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I5AVDYLLIB7DUC6HIDYV6YGXA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNSOBS.gif Message ID: @.***>

Bruce1957 avatar Feb 29 '24 16:02 Bruce1957

Ok finally got it!!

Renamed dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup

Rebooted my Home Assistant

Cleared my browser Cache

From: Bruce & Gayle @.*** Sent: 29-Feb-24 9:30 AM To: 'dwainscheeren/dwains-lovelace-dashboard' Subject: RE: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks for the assistance.

I ran the Feb update.

Downloaded https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js and installed this file into “/config/custom_components/dwains_dashboard/js/”

Rebooted my Home Assistant

Cleared my browser Cache

I still do not have my icons back.

Amy further assistance would be appreciated.

From: nimdaxxx @.*** Sent: 28-Feb-24 3:51 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks but what is not clear to me is what file you add” <ha-state-icon .hass=${hass} .stateObj=${stateObj}>” to. Any assistance would be appreciated. From: nimdaxxx @.*** Sent: 28-Feb-24 1:34 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781 https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781 ) This solution worked for me. #782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 <#782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 > — Reply to this email directly, view it on GitHub <#781 (comment) https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1969870634 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I5IYK7GA7WS4S2OJZDYV6ICLAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZHA3TANRTGQ . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I4TAS3QWHENBYR3GGTYV6ICLA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNHLSU.gif Message ID: @.***>

You simply need to replace the downloaded file with https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js the one in: /config/custom_components/dwains_dashboard/js/dwains-dashboard.js Then restart home assistant and clean the frontend cache

— Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1970052121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I3L2DIM3BR7XTVFGLTYV6YGXAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQGA2TEMJSGE . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I5AVDYLLIB7DUC6HIDYV6YGXA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNSOBS.gif Message ID: @.***>

Bruce1957 avatar Feb 29 '24 16:02 Bruce1957

Ok spoke too soon!

Icons are back on web browser but not on Iphone HomeAssistant app!

From: Bruce & Gayle @.*** Sent: 29-Feb-24 9:58 AM To: 'dwainscheeren/dwains-lovelace-dashboard' Subject: RE: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Ok finally got it!!

Renamed dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup

Rebooted my Home Assistant

Cleared my browser Cache

From: Bruce & Gayle @.*** Sent: 29-Feb-24 9:30 AM To: 'dwainscheeren/dwains-lovelace-dashboard' Subject: RE: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks for the assistance.

I ran the Feb update.

Downloaded https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js and installed this file into “/config/custom_components/dwains_dashboard/js/”

Rebooted my Home Assistant

Cleared my browser Cache

I still do not have my icons back.

Amy further assistance would be appreciated.

From: nimdaxxx @.*** Sent: 28-Feb-24 3:51 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks but what is not clear to me is what file you add” <ha-state-icon .hass=${hass} .stateObj=${stateObj}>” to. Any assistance would be appreciated. From: nimdaxxx @.*** Sent: 28-Feb-24 1:34 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781 https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781 ) This solution worked for me. #782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 <#782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 > — Reply to this email directly, view it on GitHub <#781 (comment) https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1969870634 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I5IYK7GA7WS4S2OJZDYV6ICLAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZHA3TANRTGQ . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I4TAS3QWHENBYR3GGTYV6ICLA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNHLSU.gif Message ID: @.***>

You simply need to replace the downloaded file with https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js the one in: /config/custom_components/dwains_dashboard/js/dwains-dashboard.js Then restart home assistant and clean the frontend cache

— Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1970052121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I3L2DIM3BR7XTVFGLTYV6YGXAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQGA2TEMJSGE . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I5AVDYLLIB7DUC6HIDYV6YGXA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNSOBS.gif Message ID: @.***>

Bruce1957 avatar Feb 29 '24 17:02 Bruce1957

For the mobile apps you can go to Settings > Companion App > Debugging > Reset Frontend Cache. Then go back to the dashboard and pull down to refresh...  Op 29 feb 2024 om 20:10 heeft Bruce1957 @.***> het volgende geschreven: Ok spoke too soon!

Icons are back on web browser but not on Iphone HomeAssistant app!

From: Bruce & Gayle @.***

Sent: 29-Feb-24 9:58 AM

To: 'dwainscheeren/dwains-lovelace-dashboard'

Subject: RE: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Ok finally got it!!

Renamed dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup

Rebooted my Home Assistant

Cleared my browser Cache

From: Bruce & Gayle @.***

Sent: 29-Feb-24 9:30 AM

To: 'dwainscheeren/dwains-lovelace-dashboard'

Subject: RE: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks for the assistance.

I ran the Feb update.

Downloaded https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js and installed this file into “/config/custom_components/dwains_dashboard/js/”

Rebooted my Home Assistant

Cleared my browser Cache

I still do not have my icons back.

Amy further assistance would be appreciated.

From: nimdaxxx @.***

Sent: 28-Feb-24 3:51 PM

To: dwainscheeren/dwains-lovelace-dashboard

Cc: Bruce1957; Comment

Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks but what is not clear to me is what file you add” <ha-state-icon .hass=${hass} .stateObj=${stateObj}>” to. Any assistance would be appreciated. From: nimdaxxx @.*** Sent: 28-Feb-24 1:34 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781 https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781 ) This solution worked for me. #782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 <#782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 > — Reply to this email directly, view it on GitHub <#781 (comment) https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1969870634 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I5IYK7GA7WS4S2OJZDYV6ICLAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZHA3TANRTGQ . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I4TAS3QWHENBYR3GGTYV6ICLA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNHLSU.gif Message ID: @.***>

You simply need to replace the downloaded file with https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js the one in:

/config/custom_components/dwains_dashboard/js/dwains-dashboard.js

Then restart home assistant and clean the frontend cache

Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1970052121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I3L2DIM3BR7XTVFGLTYV6YGXAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQGA2TEMJSGE .

You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I5AVDYLLIB7DUC6HIDYV6YGXA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNSOBS.gif Message ID: @.***>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

DennisAppelman avatar Feb 29 '24 17:02 DennisAppelman

Thanks!

Got it now

From: DennisAppelman @.*** Sent: 29-Feb-24 10:38 AM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

For the mobile apps you can go to Settings > Companion App > Debugging > Reset Frontend Cache. Then go back to the dashboard and pull down to refresh... Op 29 feb 2024 om 20:10 heeft Bruce1957 @.***> het volgende geschreven: Ok spoke too soon!

Icons are back on web browser but not on Iphone HomeAssistant app!

From: Bruce & Gayle @.***

Sent: 29-Feb-24 9:58 AM

To: 'dwainscheeren/dwains-lovelace-dashboard'

Subject: RE: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Ok finally got it!!

Renamed dwains-dashboard.js.gz to dwains-dashboard.js.gz.backup

Rebooted my Home Assistant

Cleared my browser Cache

From: Bruce & Gayle @.***

Sent: 29-Feb-24 9:30 AM

To: 'dwainscheeren/dwains-lovelace-dashboard'

Subject: RE: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks for the assistance.

I ran the Feb update.

Downloaded https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js and installed this file into “/config/custom_components/dwains_dashboard/js/”

Rebooted my Home Assistant

Cleared my browser Cache

I still do not have my icons back.

Amy further assistance would be appreciated.

From: nimdaxxx @.***

Sent: 28-Feb-24 3:51 PM

To: dwainscheeren/dwains-lovelace-dashboard

Cc: Bruce1957; Comment

Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781)

Thanks but what is not clear to me is what file you add” <ha-state-icon .hass=${hass} .stateObj=${stateObj}>” to. Any assistance would be appreciated. From: nimdaxxx @.*** Sent: 28-Feb-24 1:34 PM To: dwainscheeren/dwains-lovelace-dashboard Cc: Bruce1957; Comment Subject: Re: [dwainscheeren/dwains-lovelace-dashboard] state icons disapeared in last ha version (Issue #781 https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781 ) This solution worked for me. #782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 <#782 https://github.com/dwainscheeren/dwains-lovelace-dashboard/pull/782 > — Reply to this email directly, view it on GitHub <#781 (comment) https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1969870634 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I5IYK7GA7WS4S2OJZDYV6ICLAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZHA3TANRTGQ . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I4TAS3QWHENBYR3GGTYV6ICLA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNHLSU.gif Message ID: @.***>

You simply need to replace the downloaded file with https://github.com/cermakjn/dwains-lovelace-dashboard/blob/3d9d78c8e38c9c7ec627452329e96fd5d7fac45e/custom_components/dwains_dashboard/js/dwains-dashboard.js the one in:

/config/custom_components/dwains_dashboard/js/dwains-dashboard.js

Then restart home assistant and clean the frontend cache

Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1970052121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I3L2DIM3BR7XTVFGLTYV6YGXAVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQGA2TEMJSGE .

You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I5AVDYLLIB7DUC6HIDYV6YGXA5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVNSOBS.gif Message ID: @.***>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/781#issuecomment-1971635711 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A5CO2I4ZIXBYELVFR5YE7M3YV5TQ5AVCNFSM6AAAAABC74LCRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZRGYZTKNZRGE . You are receiving this because you commented. https://github.com/notifications/beacon/A5CO2I24AZJUOWPJRVMHQB3YV5TQ5A5CNFSM6AAAAABC74LCRWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTVQTC76.gif Message ID: @.***>

Bruce1957 avatar Feb 29 '24 18:02 Bruce1957

I wonder if Dwain is going to provide an official fix so we can all move on with 2024.2

MuppetRus avatar Mar 02 '24 23:03 MuppetRus

This will be fixed in version 3.7 😄

Please consider a donation for my work. https://www.buymeacoffee.com/FAkYvrx or https://www.paypal.me/dwainscheeren or https://github.com/sponsors/dwainscheeren Thank you in advance ❤️

dwainscheeren avatar Mar 24 '24 11:03 dwainscheeren

I can confirm that update 3.7.0b7 has fixed this issue for me. Thank you @dwainscheeren for your hard work.

ForceMd avatar Apr 06 '24 13:04 ForceMd