Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No events today text is not updating #1085

Closed
2 tasks done
modo1302 opened this issue Jul 17, 2023 · 4 comments · Fixed by #1101
Closed
2 tasks done

No events today text is not updating #1085

modo1302 opened this issue Jul 17, 2023 · 4 comments · Fixed by #1101
Labels
released type/bug Something isn't working

Comments

@modo1302
Copy link

modo1302 commented Jul 17, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi!

after setting the text value in the ui, the text isn't updating at all (it's not even allowing me to save the edit form).
image

Expected behaviour

The save button shopuld be available and the text should be set.

Steps To Reproduce

No response

Mode

Event (default)

Card Version

7.5.0

Home Assistant Version

2023.07.1

Configuration

type: custom:atomic-calendar-revive
entities:
  - entity: calendar.modo1302_gmail_com
    name: [email protected]
    maxDaysToShow: 14
  - entity: calendar.urodziny
    name: Urodziny
showMonth: true
showWeekDay: true
showProgressBar: false
showNoEventsForToday: false
showEventIcon: false
showFullDayProgress: true
disableLocationLink: false
showHiddenText: false
showWeekNumber: false
showDatePerEvent: false
showAllDayHours: false
dimFinishedEvents: true
showLastCalendarWeek: false
calShowDescription: false
disableCalEventLink: false
disableCalLink: false
firstDayOfWeek: 0
defaultMode: Event
showDate: false
hideFinishedEvents: false
showRelativeTime: true
showMultiDay: false
compactMode: false
hideDuplicates: true
sortByStartTime: false
maxDaysToShow: 14
refreshInterval: 60
showLoader: false
showLocation: false
hoursOnSameLine: true
showCurrentEventLine: false
showDescription: false
showCalendarName: false
showEventDate: true
showTimeRemaining: false
card_mod:
  style: |
    ha-card {
          margin-bottom: -20px;
          margin-top: -65px;
          #margin-left: -10px;
          background: none !important;
      } 
    .daywrap {
          color: #121212 !important;
      }
    .event-left {
          min-width: 50px;
      }
    tr:has(.event-leftCurrentDay){
      visibility: hidden;
    }

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@modo1302 modo1302 added the type/bug Something isn't working label Jul 17, 2023
@github-actions
Copy link

Hello @modo1302, thank you for your interest in our work!
If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.

@marksie1988
Copy link
Collaborator

Please add a copy of the configuration from yaml, I can't test the same config options without this

@marksie1988
Copy link
Collaborator

Ok this is an issue with the editor rather than the configuration. It looks like the visual editor is not updating the text fields.

I will look into this.

@marksie1988 marksie1988 mentioned this issue Aug 24, 2023
12 tasks
@github-actions
Copy link

🎉 This issue has been resolved in version 7.5.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants