home-assistant / android

:iphone: Home Assistant Companion for Android
https://companion.home-assistant.io/
Apache License 2.0
2.35k stars 656 forks source link

Custom Icons Not Showing #4834

Closed beecho01 closed 5 days ago

beecho01 commented 5 days ago

Home Assistant Android app version(s): 2024.10.3-full

Android version(s): 14

Device model(s): Samsung Galaxy S24+

Home Assistant version: 2024.11.2

Last working Home Assistant release (if known):

Description of problem, include YAML if issue is related to notifications: When Custom Integration Material Symbols is installed icons show when using browser but not within the Companion App. Icon list can be searched in browser but not within Companion App.

Companion App Logs:

Screenshot or video of problem:

Screenshot_20241121_014606_Chrome.png

Working within Chrome Browser

Screenshot_20241121_014628_Home Assistant.png

Non-functioning within Companion app

Additional information:

dshokouhi commented 5 days ago

These will need to be fixed within the custom integration, you may need to use remote debugging to find the issue and solve it:

https://companion.home-assistant.io/docs/integrations/android-webview#remote-debugging

other similar issues: https://github.com/home-assistant/android/issues/835 https://github.com/home-assistant/android/issues/523

the app does not make any changes for the frontend we also respect the caching level set by the frontend. Typically speaking frontend issues can only be solved by the frontend or custom integraton