Scheduler card/custom component

I have the same problem, what did you do to solve it. Which yaml code you have deleted?!

Hi I installed schedule component and schedule card but cannot see the Card. Have looked af previous post on this but I can see the .JS file. There was also a GZ in the folder and I have deleted it.
I have a number of dashboards and wondering if this is causing the problem. I can see the card version number in the browser console SCHEDULER-CARD Version: v3.2.15

The documentation
GitHub - nielsfaber/scheduler-card: HA Lovelace card for control of scheduler entities (see text below) in Manual Installation references "ui-lovelace.yaml` in step 3 but cant find it. Where should in be.

Manual installation:

  1. Download the latest release of scheduler-card.js here and place it into www/scheduler-card.
  2. Follow the instructions here to add the card to HA. Example URL: /local/scheduler-card/scheduler-card.js?v=0.
  3. Add the card in the view where you want it to be shown by editing ui-lovelace.yaml (or use the card editor):

type: custom:scheduler-card domains: … entities: … groups: …

Have you cleared your browser cache after installing the card…need to do this to show a new card after installation (any card not just this one)

Yes I have cleared the Browser cache and reloaded the home assistant page.

Think I got this sorted.
steps

  1. In Settings → Dashboards click ā€œ+Add Dashboardā€
  2. Select ā€œNew Default from Scratchā€
  3. Open the Dashboard and Edit it
    In the Visual editor
  4. Add a new Section to the Dashboard
  5. Add a Card to the section
  6. Select the schedule Card (listed ate the Bottom)
  7. Select the entities you wish to include
  8. Save

If you edit and view the raw configuration via the elipse … options you should have something like this

views:

  • title: Home
    header:
    layout: responsive
    badges_position: bottom
    badges_wrap: wrap
    sections:
    • type: grid
      cards:
      • type: custom:scheduler-card
        include:
        • automation
        • sensor
          exclude:
          standard_configuration: true
          column_span: 3

Hi, @neliss

I can’t seem to restore to an older version.
i change the scheduler.storage content with its previous json but it gets overwritten. How can i restore to an older version please?

Hi! Thanks for this card, looking great :tada:

I am wondering if somebody can help me, I’ve been reading Docs and this thread here, but it’s too much and I am lost…

My questions are about this screen here:

  1. What is this called? It’s a basic question, but I see display options and customizations options, but they’re for the main screen, not for this screen in which we edit a specific schedule… perhaps I would find more if I knew what people call this…
  2. Can I change or hide that ugly Schedule #b8eed8 on the top? Where is that coming from?
  3. Can I hide that Entity tab near the top? I don’t want non-technical users to see that, and much less change things in there…

Thanks in advance for any help! :+1:

Guys, I’m lost! :see_no_evil:
I’ve read that the schedule can be renamed, but where do I do that?
Also, how can I change the entities and the actions (once the schedule has already been created)?

@neliss is it possible to ask you for a hand?

After you saved you schedule, you can rename it in the options tab. Please study the documentation before asking!

Please study the documentation before asking!

I did study the documentation, but where is the option tab? In the documentations there is this ā€œoptions panelā€, but I can’t see where it is.
Am I dumb because I can’t find it in my HA and in the documentation? Say it, it’s not a problem, I can be, but please tell me where to find it because every 2/3 weeks I try to change the names, I search on the Internet and in this forum and I always end up abandoning the idea.

Have installed both, the intergration and the card?

Yes, I did

@andrex please see this Bug I filed recently:

I also notice that something is not correctly rendered in your card, some CSS problem:

You have the options tab there, but it doesn’t look like a proper tab, and maybe for that reason you can’t click it?

@pgr thanks for your kind reply.
I see the word ā€œEntiyā€, ā€œTimeā€ and ā€œOptionsā€ up in the left corner, but if I click on any of those nothing happens.

Yeah, see if you can update any cards or HASS components, restart HASS, hit refresh, try a different browser… your card doesn’t seem to be loading properly/fully.

I guess you did hard reload ? Not just F5…

I was behind some months on the HA updates, I’ve done that and it solved my problem :man_facepalming:
Thanks for the support, especially to those that didn’t feel the need to judge!

1 Like

Is there a way to tell if a timeslot is currently active? For an automation i want to know if the scheduler switched on something. Before the scheduler I had a normal automation and there I could read the current status of the automation. The scheduler just has one entity and I cant find an info if it acutally triggered something.
Thanks