There is a beta on the home feed card that fixes the issue.
Thank you. This was the problem.
The thermostat is a Thermosmart V3 https://www.thermosmart.com
The custom integration is weinstein component GitHub - theneweinstein/thermosmart_component: Custom Home Assistant compoment for the thermosmart thermostat.
I was able to fix the problem caused by template-entity-row wrapping each entity after clearing the cache in my desktop browser. I had already updated the component via HACS, but had the problem until clearing cache.
Now, how do I fix this in the iOS app?
(I have restarted the phone but still have the problem.)
"domain": "thermosmart",
"name": "Thermosmart",
"documentation": "https://github.com/theneweinstein/thermosmart_component",
"dependencies": [],
"after_dependencies": [],
"codeowners": [],
"requirements": ["thermosmart_hass==0.6.4"],
"config_flow": true,
"version": "1.0.0"
that hasnt been updated to have versuion in the manifest, your going to have to do it manually
And what version of the custom component are you using? The breaking issue with manifest.json needing a version tag was only fixed in April Update manifest.json ¡ theneweinstein/thermosmart_component@322f316 ¡ GitHub
In debug in the app (Think itâs debug down the bottom) reset frontend cache
thats only a matter of time, until the app clears its cache. You can also reset it actively in the app option.
Wonderful, thank you. I looked near that, but didnât find it.
I love it when someone tells you âhowâ not just âwhatâ.
The bloody option has moved around a bitâŚ
hereâs my personal tweaked card: Tweaked Dark sky weather card for Ha 2021.6 ¡ GitHub
or the PR in the original repo Ha 2021.6: Update LitElement to Lit by Mariusthvdb ¡ Pull Request #49 ¡ iammexx/home-assistant-config ¡ GitHub
donât you love trying to figure out yourself first too
with HA, thats a very useful competence⌠in life in general really
Yes. I certainly wasnât having a go at you for not telling me how
I posted my reply as you were posting yours, I think. Thanks for your help
Only me that do not see the new âNetwork integrationâ?
I have advanced mode enabled on my user profile but still it does not show in âGeneral Configurationâ
Yes! Itâs the same for me. I need to comment out in the yaml, but I lost control of the switchâŚ
Any idea?
Is it a custom integration, there is a breaking change listed for them to have version in the manifest as a requirement, check to see if the integration has been updated to include it. failing that add manually.
this post will help with the latter. No âversionâ key in the manifest file for custom integration 'environment_canada - Home Assistant OS - Home Assistant Community (home-assistant.io)
i can see it
thanks for the help, i did check for updates on the intergration, but for some reason it failed to copy.
Now it is working