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:
- Download the latest release of
scheduler-card.js
here and place it intowww/scheduler-card
. - Follow the instructions here to add the card to HA. Example URL:
/local/scheduler-card/scheduler-card.js?v=0
. - 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
- In Settings ā Dashboards click ā+Add Dashboardā
- Select āNew Default from Scratchā
- Open the Dashboard and Edit it
In the Visual editor - Add a new Section to the Dashboard
- Add a Card to the section
- Select the schedule Card (listed ate the Bottom)
- Select the entities you wish to include
- 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
- type: custom:scheduler-card
- type: grid
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
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:
- 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ā¦
- Can I change or hide that ugly
Schedule #b8eed8
on the top? Where is that coming from? - 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!
Guys, Iām lost!
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
Thanks for the support, especially to those that didnāt feel the need to judge!
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