Widgets show ERROR since App 3.0.0
See original GitHub issueHome Assistant Android version: 3.0.0-full
Android version: 9
Phone model: Huawei P10
Home Assistant version: 0.117.2
Last working Home Assistant release (if known):
Description of problem: I had several widgets on my home screen before. Now they disappeared. When I recreate them, I only see an “F E H” text on the widget, with probably means “ERR(or)”.
My widgets are mainly scripts, switches or rest commands, like:
script.shutter_all_open
rest_command.fountain_toggle
switch.toggle
None of them work when recreating.
Screenshot of problem:
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (5 by maintainers)
Top Results From Across the Web
Flutter: Warning: Operand of null-aware operation '!' has type ...
I have recently used this package in my project but I didn't get this warning. Most likely you're using the older version of...
Read more >Access Core App Data from IOS widget - Apple Developer
I want to display core data on the widget, but unable to access the data. How can i access the core app data...
Read more >Common Flutter errors
The error is often caused when a ListView (or other kinds of scrollable widgets such as GridView ) is placed inside a Column...
Read more >Build a widget host - Android Developers
App widget host: The AppWidgetHost provides the interaction with the AppWidget service for apps that want to embed app widgets in their UI....
Read more >Home Assistant Companion Android App Release 3.0.0
It may have been an old widget that was lost from the beginning, as you create widgets in the app we store it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@traviz-pl ok that makes sense and should be expected due to the breaking change.
@membersound is that the same case for you too? or did the issue start after editing a widget?
@dshokouhi in my case all old widgets gone after HA app update so I wanted to create a new ones. Then I found out that they don’t work as usually. After phone reboot I have created a completely new widgets and now all are working correctly.