HA no longer recognizes "custom:atomic-calendar-revive" after updating to 9.0.x #1216
-
Is there an existing issue for this?
Current BehaviorInstalled via HACS, I previously had 8.0.0 installed. After updating to 9.0.2, the card no longer works and displays "Custom element doesn't exist: atomic-calendar-revive." Upon downgrading to 8.0.0, that restored the functionality of the existing card but further upgrading/downgrading has resulted in the card not working with any version installed. Expected behaviourCustom card displays configured cards with type:custom:atomic-calendar-revive. Steps To Reproduce
ModeCalendar Card Version9.0.2 Home Assistant Version2023.10.1 Configurationtype: custom:atomic-calendar-revive
name: Family Calendar
enableModeChange: true
entities:
- entity: calendar.name_calendar
name: Name Calendar
- entity: calendar.ics_2
name: ICS
- entity: calendar.calendar
name: Calendar
sortByStartTime: true
showDate: false
hideFinishedEvents: false
showRelativeTime: true
showMultiDay: false
compactMode: false
hoursOnSameLine: true
offsetHeaderDate: false
showAllDayHours: true Relevant log outputNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 8 replies
-
Hello @RandomTask83, thank you for your interest in our work! |
Beta Was this translation helpful? Give feedback.
-
There seems to be an issue with the card being installed via HACS - not sure if that is just an issue with my setup. I was able to get the card to work by following the manual installation process and adding "/local/community/atomic-calendar-revive/atomic-calendar-revive.js" to the resources. As far as I understand, installation via HACS should not require those additional steps so I'd be happy to assist with troubleshooting if necessary. |
Beta Was this translation helpful? Give feedback.
-
The issue here would be with HACS, this is likely a cache issue. after installing and having issues did you try reboot home assistant?> |
Beta Was this translation helpful? Give feedback.
-
I’m seeing the same behavior on an older device (old iPad). Downgrading to 9.0.2 sees it working again. So something changed in between latest stable and that version to cause some issues with older devices. |
Beta Was this translation helpful? Give feedback.
-
Installed new via HACS, rebooted HA, the card is present on Frontend tab, but does not recognize the custom card Card Version: 9.2.0 Home Assistant |
Beta Was this translation helpful? Give feedback.
-
I'm also having the same issue on Fully Kiosk Browser version 1.54.1-play. Running on an RPi 3B with Lineage OS (Android 10). Also saw it on an older version of Chromium running on a Chilipie instance (sorry, don't know what version it was). |
Beta Was this translation helpful? Give feedback.
-
All thanks to @steveworkman I have just merged and released a beta that should mean atomic calendar now works on older browsers again. Please install the 9.8.0-beta.3 and let me know if it works for you. |
Beta Was this translation helpful? Give feedback.
Unfortunately there is nothing I can do about this, you would need to stay on an older version of the card.
The version of some dependant packages removed old browser support which in turn causes this card to lose that support too.