dwainscheeren / dwains-lovelace-dashboard

An fully auto generating Home Assistant UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile
Other
1.72k stars 189 forks source link

state icons disapeared in last ha version #781

Closed ForumHulp closed 3 months ago

ForumHulp commented 5 months ago

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

rsiuda commented 5 months ago

same here. have not been able to fix this.

nimdaxxx commented 4 months ago

Same here. Version 2024.2.1

djiwhy commented 4 months ago

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

`

ISilvaPT commented 4 months ago

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.

rejtolajos commented 4 months ago

same problem, we are waiting patiently

dandgam commented 4 months ago

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?

ManuelW77 commented 4 months ago

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

besiktas97 commented 4 months ago

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

ISilvaPT commented 4 months ago

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.

HairyHook commented 4 months ago

@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.

TrialMaster commented 4 months ago

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

ManuelW77 commented 4 months ago

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.

ISilvaPT commented 4 months ago

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.

dandgam commented 4 months ago

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

ManuelW77 commented 4 months ago

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.

ISilvaPT commented 4 months ago

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.

ManuelW77 commented 4 months ago

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...

silkw0rm commented 4 months ago

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.

Bruce1957 commented 4 months ago

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

nimdaxxx commented 4 months ago

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

Bruce1957 commented 4 months ago

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: @.***>

nimdaxxx commented 4 months ago

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

Bruce1957 commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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: @.***>

DennisAppelman commented 4 months ago

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: @.***>

Bruce1957 commented 4 months ago

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: @.***>

MuppetRus commented 4 months ago

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

dwainscheeren commented 3 months ago

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 ❤️

ForceMd commented 3 months ago

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