thomasloven / hass-fontawesome

šŸ”¹ Use icons from fontawesome in home-assistant
Other
282 stars 52 forks source link

Migration Error after last update #89

Closed thorrrr closed 2 weeks ago

thorrrr commented 2 weeks ago

logger: homeassistant.config_entriesSource: config_entries.py:935First occurred: 13:10:47 (1 occurrences)Last logged: 13:10:47Migration handler not found for entry for fontawesome

image

System Information

version core-2024.9.3
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.46-haos
arch x86_64
timezone Europe/London
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok HACS Data | ok GitHub API Calls Remaining | 4994 Installed Version | 2.0.1 Stage | running Available Repositories | 1412 Downloaded Repositories | 28
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | 21 May 2025 at 01:00 relayer_connected | true relayer_region | eu-central-1 remote_enabled | true remote_connected | true alexa_enabled | true google_enabled | false remote_server | eu-central-1-19.ui.nabu.casa certificate_status | ready instance_id | a078acfa1a3c41188cc35881bb65005e can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 13.1 -- | -- update_channel | stable supervisor_version | supervisor-2024.09.1 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 38.7 GB disk_used | 15.4 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | kvm board | ova supervisor_api | ok version_api | ok installed_addons | Samba share (12.3.2), Advanced SSH & Web Terminal (19.0.0), Home Assistant Google Drive Backup (0.112.1), Studio Code Server (5.15.0), MariaDB (2.7.1), Mosquitto broker (6.4.1), Z-Wave JS UI (3.12.0), Whisper (2.1.2), Piper (1.5.2)
Dashboards dashboards | 4 -- | -- resources | 19 views | 20 mode | storage
Recorder oldest_recorder_run | 16 September 2024 at 10:41 -- | -- current_recorder_run | 24 September 2024 at 13:29 estimated_db_size | 1035.41 MiB database_engine | mysql database_version | 10.11.6
Sonoff version | 3.8.1 (ffa7e22) -- | -- cloud_online | 1 / 1 local_online | 1 / 1
kamahat commented 2 weeks ago

2024-09-24 14:41:20.024 ERROR (MainThread) [homeassistant.config_entries] Migration handler not found for entry for fontawesome

Elkillor commented 2 weeks ago

same issue for me

Foguet commented 2 weeks ago

another here

broyuken commented 2 weeks ago

one more here

ingo916 commented 2 weeks ago

Same issue for me

tefracky commented 2 weeks ago

The problem will not be solved any faster the more people write useless informationā€¦

RobertD502 commented 2 weeks ago

If you don't want to wait for the next release, replace the contents of the __init__.py file found in custom_components/fontawesome with the contents found here. Save the changes and restart Home Assistant. All should be back to normal after the restart.

Insane0923 commented 2 weeks ago

Everything OK after replacing the file as @RobertD502 mentioned. Thank you !