Move from custom garbage collection to local calendars!

Поділитися
Вставка
  • Опубліковано 10 лип 2024
  • A couple of months ago, Home Assistant added local calendars integration. And I thought that this great feature would replace the custom garbage collection integration I made a couple of years ago. So in my config, I stopped using my custom integration and I migrated that completely to the local calendars. Here is how it is done.
    In my set-up, this was 100% feature fit, but many of you have very specific needs for dealing with exceptions. With the local calendars, you can do that manually. Or you can "influence" the core team to add the functionality to the standard calendars. About a year ago I removed all the custom logic from the integration and moved that to the automations with blueprints. So it should be as simple as adding the service calls to remove or move an event, and the blueprints can easily be modified.
    00:00 - intro
    02:17 - single calendar
    06:20 - multiple calendars
    08:08 - days template
    14:07 - dashboard configuration
    16:01 - outro
  • Наука та технологія

КОМЕНТАРІ • 113

  • @zachd_350
    @zachd_350 9 місяців тому

    Thank you for this tutorial. I was using your original work and this is a very good walkthrough on how to utilize the local calendars feature.

  • @Surfingspider69
    @Surfingspider69 Рік тому +33

    For those looking for a copy paste of the commands
    template:
    - sensor:
    - name: Bins - Black (General Waste)
    state: >-
    {{ min(((state_attr('calendar.bins_black_general_waste', 'start_time') | as_timestamp - today_at('00:00') | as_timestamp) / 86400) | int,2) }}
    attributes:
    days: >-
    {{ ((state_attr('calendar.bins_black_general_waste', 'start_time') | as_timestamp - today_at('00:00') | as_timestamp) / 86400) | int }}

  • @mugwuffin
    @mugwuffin Рік тому

    Thanks Vaclav for the original integration and this video. I stumbled across it looking for how to move from the integration to local calendars correctly.

  • @johnnynobels
    @johnnynobels Рік тому

    Vaclav, many thaks for your video. Your integration was the first I added when I started with home assistant years ago. I learned a lot of it. Always has been working well.

  • @stevesfascinations1516
    @stevesfascinations1516 10 місяців тому

    Hi Vaclav, I have enjoyed your original card for quite a while. When it stopped working, I was very disappointed, but a friend sent me a link to your video on how to use local calendars. THANK YOU SO MUCH for such a detailed video. I managed to get it working over a morning. Thumbs up and subscribed. Keep the creativity and videos flowing!

  • @kimgnavpot
    @kimgnavpot Рік тому

    First of all, thanks for the Garbage collection, which I have been really happy with, and for this great video, which was easy to follow and I learned something new about yaml and sensor

  • @matejlacko5474
    @matejlacko5474 6 місяців тому

    Hi Vaclav, thank you very much for really good explanation. Beside that this was exactly what I was looking for, I also learn other useful stuff. Have a nice day !

  • @user-zy7rp4cw8w
    @user-zy7rp4cw8w Рік тому

    exactly what i needed and it worked 100% - easy to follow - appreciate your efforts thanks !

  • @TonyLauts
    @TonyLauts Рік тому

    Excellent step by step tutorial. Thanks for the effort !- Liked and Subscribed.

  • @davidlangley833
    @davidlangley833 Рік тому

    Thank you video, I did use your garbage card and now have reverted it using local calender. For my pictures I use the custom button card (as I had them in my orginal configuration), using 'style' to change the picture based on the first element of ttemplate sensor, which has worked brilliantly. Thank you again.

  • @chrisdixon5241
    @chrisdixon5241 Рік тому

    Very impressive, thanks for the excellent tutorial!

  • @Cirus821
    @Cirus821 6 місяців тому

    To je nádhera. Parádní práce díky moc. Přesně to co jsem hledal.

  • @paolob5476
    @paolob5476 Рік тому

    thank you for your great job, I've used for 2 years it and very happy about that!

  • @baguett123
    @baguett123 8 місяців тому

    Very good tutorial, thank you.

  • @c0nsaw
    @c0nsaw Рік тому +2

    Thanks, I have been using your old setup for garbage collection for the last year, and just happen to notice it was no longer going to be maintained, appreciate your work, and I’ve now migrated to local calendars with your helpful video here 👍🏻

  • @Howie55Aus
    @Howie55Aus Рік тому +3

    @Vaclav, thank you for this video. I had previously installed the Garbage Collection integration but have now followed your instructions to swap to the Local Calendar version. I had never seen your videos before this so didn't realise the original was your work. So easy to follow and I finally have the images linked. Just waiting for the days to count down so I can see the images change. My only problem is that the images don't appear correctly on my desktop but do on my iPhone and iPad. This issue I cannot work out although I have restarted Home Assistant and also the Desktop browser. Thanks again for sharing your work.

    • @bruxy70
      @bruxy70  Рік тому +1

      Thanks for the feedback. Sometimes refreshing the browser cache helps.

    • @Howie55Aus
      @Howie55Aus Рік тому +1

      I run my Home Assistant as an "app" from MS Edge. Ended up deleting it and recreating it whilst deleting all the data for it and it came back correclty. So very happy now.. Thanks.

  • @TheDropForged
    @TheDropForged Рік тому +1

    Thank you. I hate losing my bin collection integration.

  • @Meelobee
    @Meelobee Рік тому

    Awesome!! Was using the integration which was one of our fav HA features. Thanks for the clear explanation of the template too, I actually learned something ❤

  • @KrispKiwi
    @KrispKiwi Рік тому

    Thanks for the video.

  • @DonClassifieds
    @DonClassifieds 11 місяців тому

    Hi Vaclav great video thanks

    • @DonClassifieds
      @DonClassifieds 11 місяців тому

      found images :) just need code has i'm not a code expert. thanks

    • @DonClassifieds
      @DonClassifieds 11 місяців тому

      thanks to Surfingspider69 for code
      template:
      - sensor:
      - name: Bins - Black (General Waste)
      state: >-
      {{ min(((state_attr('calendar.bins_black_general_waste', 'start_time') | as_timestamp - today_at('00:00') | as_timestamp) / 86400) | int,2) }}
      attributes:
      days: >-
      {{ ((state_attr('calendar.bins_black_general_waste', 'start_time') | as_timestamp - today_at('00:00') | as_timestamp) / 86400) | int }}

    • @DonClassifieds
      @DonClassifieds 11 місяців тому

      ! tip make it easy for people to get code and images maybe in a zip file or a link?

  • @haz3580
    @haz3580 11 місяців тому +3

    Just got this working. Thanks for the tutorial. Did you make the images for the trash bins or are they available online?

  • @bill_automated1226
    @bill_automated1226 Рік тому

    I have enjoyed using your custom garbage collection integration for some time, with the custom garbage collection card from HACs... I love that you are moving to the integrated calendar... I added the template sensors as you show in the video, but I am having trouble getting them to work with the customer garbage collection card... Any tips or pointers?

  • @binishvarghese
    @binishvarghese Рік тому +2

    Thanks for the video. I understand you have setup different colour for the bin to notify how many days remaining until collection day. In the UK we have collections every week, but specific bins on alternative weeks. Week 1, Brown only, Week 2 Blue, Grey and Green. Please could you do a video as a continuation to this one, which covers adding picture card, and bins and its reference colours etc. Thanks in advance.

    • @sdfhjklhsfdjdsflhkds
      @sdfhjklhsfdjdsflhkds Рік тому

      Same here. Green waster every week, alternate weeks for general garbage and recycling. And glass once a month on the second pickup week. Vaclav's integration dealt with all of that flawlessly and the the local calendar integration is going to require some reasonably complex automations to do that.

  • @MatsPaulsson123
    @MatsPaulsson123 Рік тому

    Thanks Vaclav. Nice! Are there any mechanism to differentiate between different entities in the same calendar? I mean, If I have two households with two different collection schedules, can I then have two entities, one for each household. Or do I need to have two calendars? I cannot get my head around how to do!

  • @76gromit
    @76gromit Рік тому +4

    Fantastic thank you!
    Is your template sensor copy/paste-able from anywhere?
    Also more importantly, how would I do the "move on public holiday on the week" using this?

    • @Surfingspider69
      @Surfingspider69 Рік тому +2

      template:
      - sensor:
      - name: Bins - Black (General Waste)
      state: >-
      {{ min(((state_attr('calendar.bins_black_general_waste', 'start_time') | as_timestamp - today_at('00:00') | as_timestamp) / 86400) | int,2) }}
      attributes:
      days: >-
      {{ ((state_attr('calendar.bins_black_general_waste', 'start_time') | as_timestamp - today_at('00:00') | as_timestamp) / 86400) | int }}

  • @abwino
    @abwino 11 місяців тому +1

    Hi Vaclav, thank you for the original garbage card, it was so helpful! Thanks very much for this video, I'm having problems installing the config-template card but I'm sure I will sort that. I wanted to ask if there was anyway you could share the bin images you have. I've been looking for suitable images but the only pngs I can find are all a side view. Yours are perfect. Thanks, Andrew.

  • @Achmed-yh4yu
    @Achmed-yh4yu Рік тому +1

    Hi, first thanks for your integration and the maintenance of that. I'm using it since one year now, works fine. Also thanks for the video. But I found one (big) difference between your integration and the method over the local calendar: In your integration I can select to respect public holidays. That works really nice and the local calendar doesn't offer that. Thats a backstep for me.

    • @bruxy70
      @bruxy70  Рік тому

      I had a few discussions with the Home Assistant team, but their main goal is to keep it simple, and this is too complicated. So as it is now, we should only allow users to change the schedule using user interface - look in the holidays, then open the local calendar and make the 5-10 edits manually. Probably less work than the whole set-up.

    • @ToX1nE
      @ToX1nE 10 місяців тому

      @@bruxy70 respect public holidays please. With such a breaking change, your garbage plugin seems useless to me as i can already set a reminder every weeks in local calendar to do so. it should be pushed by one day if holidays with your plugin.

  • @patricklawrence8003
    @patricklawrence8003 Рік тому

    Thanks for this. The calendar did not have TZ information in the datestamp, but "time_at()" did. This made it simpler anyway using a timedelta:
    {{ (state_attr("calendar.garbage", "start_time") | as_datetime | as_local - today_at('00:00')).days }}

  • @michaelcoulton7039
    @michaelcoulton7039 Рік тому +1

    Great video and thanks for posting it. Quick question. I never used the calendar feature except for the Garbage Collection integration. How do I get rid of it before adding the new, local calendar? Thanks

    • @bruxy70
      @bruxy70  Рік тому

      Some people say that creating a local calendar with the same name and then deleting it fixes that. Not sure why this happens.

  • @Gazy3
    @Gazy3 11 місяців тому

    A question, I added the blueprint via your GitHub for the weekly calendar offset script. It’s coming up with “This blueprint doesn't have any inputs.” I’m fairly new at blueprints, so I’m a bit stuck getting this working.

  • @user-wy6xx9ih8o
    @user-wy6xx9ih8o Рік тому

    I used a single calendar for all my waste. The setup worked very well with your video. Now there is only one problem. On the day of the emptying, the variable remains 0. If there is another emptying on the following day, I am not not notified. Is there a good workaround? Maybe to reset the variable at 10:00?

  • @jacekcieszynski4081
    @jacekcieszynski4081 8 місяців тому

    Hi thanks for the video!
    Everything is working, but stupid question, where i can find image of trash cans like yours?

  • @GavinCarpenter
    @GavinCarpenter Рік тому

    Thanks for this video and your efforts with the custom integration in the past.
    Any suggestions on how to replicate the mark as completed functionality? I currently use the separately developed garbage collection card so I can just tap on it to dismiss until next time.
    I'm guessing a combination of toggle helpers, filter cards, automations, etc. might be needed to get the same functionality back.

    • @bruxy70
      @bruxy70  Рік тому

      Looks to me as a simple input boolean helper, that is set on when the calendar is on, and off either by a button or the calendar. Not sure, I do not use it - i look outside the window ;)

    • @GavinCarpenter
      @GavinCarpenter Рік тому +1

      @@bruxy70 fair enough, thanks for replying. I have to remember to put different bins out on different weeks (they go out the night before as they're collected around 7am in my road) and also use it to know when to put out and take in the container I get my milk delivered in. So I use the "collected" feature more as a "put out confirmation".
      I currently have some persistent app notifications that don't go away until I've checked off in the dashboard that the bags or whatever have been put out/taken in.
      Looks like I've got a bit of work to do in order to replicate all the functionality from before. I'll add it to my (long) personal HA improvements to do list!

  • @neonDog
    @neonDog Рік тому

    Almost perfect! I just wish the card would display the bins in the order they'll be collected. That would require a custom card or at least custom CSS

    • @bruxy70
      @bruxy70  Рік тому +1

      You can show the next one with single calendar. But I actually prefer the controls to be there n the same spot. I know general is the first, and if it turns amber, i know that general waste is due tomorrow. And I do not have to read which one it is... But you can do it the way you like it. Templates are a strong thing :)

  • @stives466
    @stives466 6 місяців тому +1

    Hi,
    Thank you for this video. I used Garbage Collection which allowed me to take public holidays into account. How to do the same thing with the calendar?

  • @JostanMurray
    @JostanMurray Рік тому

    Appreciate the walkthrough!
    I have a horizontal stack with 3 picture entity for 3 bins, what's the best way to resize these as they are overtaking the dashboard.

    • @bruxy70
      @bruxy70  Рік тому

      I usually use grid card, put them in columns, they become smaller .

    • @JostanMurray
      @JostanMurray Рік тому +1

      @@bruxy70
      The "grid card" worked a treat, thanks for the suggestion.

  • @Dorkasoris07
    @Dorkasoris07 7 місяців тому

    Hello Vaclav, I am trying to implement this into my Home Assistant. I have everything correct, and the template-card installed. But when I make the card, it shows a blank card with no name, picture, or errors. Have any thoughts?

  • @mysmtpservices4818
    @mysmtpservices4818 Рік тому

    Like a lot of people, I also used your old plugin. A question, I have wstch and through and created one calendar and the templete for my schedule recycle, but am I right that if I have other collections like general, garden and glass then I will need to create a calendar and template for each one. ?

    • @mysmtpservices4818
      @mysmtpservices4818 Рік тому

      ok i have created my calendars and code for each collection, and I can see the right results in Dev, I have also installed the custom:config-template-card but for me I am getting Custom element doesn't exist: 'config-template-card'. any ideals ? also I don't want to use the picture card or have a image, just plane text. so is there a way to do this ?

  • @rafazachara6357
    @rafazachara6357 2 місяці тому

    Hi Vaclav, Thank you for this solution. It works great (day counting), but I also would like to have an event name (from calendar). Should I add something to template ?

    • @bruxy70
      @bruxy70  2 місяці тому

      No need for a template. Check the message attribute in the calendar entity.

  • @neilsmith6638
    @neilsmith6638 Рік тому

    Thank you for this. Is there a way to left align the state text? It centers - which clashes with the picture entity and isn't readable. thanks again!

    • @bruxy70
      @bruxy70  Рік тому +1

      If you are ok using card-mod custom frontend component. Otherwise not. In general, if the title does not fit, I'd think about making it shorter, or making the cards bigger.

    • @neilsmith6638
      @neilsmith6638 Рік тому

      @@bruxy70 - thank you for the reply. Actually - it's not about it being too long, it's when it is too short - it sits int he middle and the image I am using 'hides' it....... I'll see if i can find a way to send you a screenshot. Thanks again.

  • @fearthesmeag
    @fearthesmeag 5 місяців тому

    Excellent video Vaclav - I was doing a search on garbage collection days and found your video - I managed to successfully following your process and worked. However, Im stuck on the custom:config-template-card Ive added this via HACs, however I cant find the card when trying to add it and I get an error: Custom element not found: config-template-card

  • @tek8231
    @tek8231 Рік тому +1

    I am sorry, when you write >- Is that some kind of a shortcut in Studio Code Server or can I just write >- and it will be fine.
    I am new to this and can't figure out what >- is...

    • @bat3332
      @bat3332 11 місяців тому

      did you figure it out? i have the same doubt too

  • @romancze
    @romancze Рік тому

    Zdravím Václave, děkuji za upřesnění kalendáře - výměny z Garbage Collection. Neměl byste v textové podobě template, abych to nemusel přepisovat ručně? :) Děkuji

  • @stephenashley3546
    @stephenashley3546 Рік тому

    There is a bug, where by if you have a event in one calendar, but then edit the event and select another. I get an error "Error while updating event: {err}" it lets you get as far as asking to update for just this single event or all others, but then fails.
    I create Garbage event and then decided to also create a separate Calendar fro them. And tried to move the events (3, General, Recycle, and Green/Garden) over to the new cal. Delete and recreate was the solution.

  • @DanielSchoonover
    @DanielSchoonover Рік тому

    What would the proper way be to have this display "4 days, on May-08-2023"? I like having the verbose option right now I'm stuck with just the number 4 (for 4 days) and no additional context. I'm almost done replicating how I used garbage collection!

  • @antoniovalle5647
    @antoniovalle5647 6 місяців тому +1

    If someone can help me, i have a question?
    How i can add a date of the day that i need to take out the garbage bin in the card "config-template-card"?
    Thanks to Vaclav for is videos, always very useful!

  • @ducsue751
    @ducsue751 Рік тому

    8:26 I didn't know that you can copy from that icon. I usually mouse select and copy it. Also, will you be still maintaining your custom integration?

    • @bruxy70
      @bruxy70  Рік тому +1

      No. I think it is conceptually wrong. It makes much more sense to focus the effort to building similar functionality around the local calendars.

  • @06050514
    @06050514 Рік тому +3

    Curious if you've solved for holidays using the local calendar? The holidays integration was one of the best parts of your plugin! I can think of a few ways to do it, but just wondered how you've gone about it.

    • @bruxy70
      @bruxy70  Рік тому

      I did not really think about that. Where I live, they collect the garbage based on the schedule regardless on the holidays. They do different villages in different days, so if they would move my Arey, they would have to skip somewhere else. So it would not really help. But I suppose you can always modify your calendar. Or somebody can write something to do that automatically. But there were endless variations, different rules, so it is quite hard to catch all the exceptions automatically.

    • @06050514
      @06050514 Рік тому +1

      @@bruxy70 here in the UK, it's pretty common for a holiday to shift the collection day by 1 day for each holiday (so in the rare case of consecutive holidays, it's often shifted by 2 days). Should be easy enough to automate anyway, but your integration worked so well for this use case. I agree it's best to use the built in functionality and build something around that, though. Thanks for your efforts on the integration up to now.

    • @sdfhjklhsfdjdsflhkds
      @sdfhjklhsfdjdsflhkds Рік тому +2

      Same issue here in Canada which was a big motivation for me using Vaclav's HACS integration. Once it was set up, I could just forget about it. I'm not sure that I feel like dealing with an automation to 'hack' the calendar itself or an automation to check public holidays right now. So, I will stick with the current integration for now - if it ain't broke, don't fix it!.

    • @demko8735
      @demko8735 Рік тому +1

      Same with the US. I need to find a way to handle holidays before moving off his integration.

    • @elpabre
      @elpabre Рік тому +1

      And same here in Belgium... 😉
      But many thanks for your custom intégration! It was very usefull before the new calendar... 👍

  • @KrogerKing
    @KrogerKing Рік тому +1

    When you do state: >- mine doesn't look fancy like yours. How do you set it to template? state: template ? Thank you!

    • @bruxy70
      @bruxy70  Рік тому +2

      Does not matter how it looks. I edit it in the VS Code add on. If you use a different editor, it might have a different formatting. But it has will not have any influence on how it works.

    • @KrogerKing
      @KrogerKing Рік тому

      @@bruxy70 Thank you for the reply, I had stayed up way too late lastnight to be messing with anything. Also to note, I don't think I deleted your custom integration properly and couldn't remove the old garbage collection entry in the calander. I eventually cleard the cache and reloaded the browswer and boom. Thank you for your video and response. I used your custom integration for ages and it was used everyweek by the family! I have now migrated to local calendars!

    • @KrogerKing
      @KrogerKing Рік тому

      For the last step "dashboard configuration" how to we aquire the icons. I swore I saw them lastnight after getting it to work but don't see them this morning, unless I am missing something. Maybe I removed them when I deleted your integration?

    • @bruxy70
      @bruxy70  Рік тому

      @@KrogerKing I made them, and I put them on GitHub i think

    • @adrianbishop694
      @adrianbishop694 Рік тому

      @@bruxy70 they seem like older ones, any chance of newer ones?

  • @urka80
    @urka80 4 місяці тому

    Thanks for your video, but Why Do you use multiply calendars and one event for each calendars instead of single calendar and multiple events ?

    • @bruxy70
      @bruxy70  4 місяці тому

      Yu can use one, I think I said that. Then it will tell you the number of days to the upcoming collection, of all types combined. I use multiple calendars to show the number of days for each waste category. So when I want to know how many days till bio waste, it is there.

    • @urka80
      @urka80 4 місяці тому

      ​@@bruxy70 using the "service: calendar.get_events" and then handle the resulting variable 🤔 ?

  • @henriksdal
    @henriksdal Рік тому

    This is great, thank you both for maintaining the old garbage collection intergration, and for taking the time to do this video.
    when I add the template to config.yaml, I get error "Incorrect Type. Expected array." Can anyone point me at what I've done wrong?

  • @antoniodecrisci2369
    @antoniodecrisci2369 Рік тому

    Hi, thanks for the video. I use your custom component for this. Your custom component is still much much easier to implement. No jinja/templates involved . Are you still going to maintain it? Thanks

    • @bruxy70
      @bruxy70  Рік тому

      I am afraid not. But it is still available.

    • @PhillPriceUK
      @PhillPriceUK Рік тому

      @@bruxy70 I didn't know you mad that integration. I use it for everything from bins to water filter changes to pet medicine timers. Thank you. I don't think the default replacement is quite as good but I'm sure I'll cope :D

    • @antoniodecrisci2369
      @antoniodecrisci2369 Рік тому

      @bruxy70 thanks for that information. I haven't tried it yet but will I be able to make a schedule for a bin that has two different schedules, for example, during the winter it's every two weeks but during the summer it's every week. In your custom integration I would make two sensors but then make a third one that combines the first two sensors is this something I can do in the Calendar method? Thanks

    • @bruxy70
      @bruxy70  Рік тому

      @@antoniodecrisci2369 yes you can add different recurring events to one calendar. Each with a start and end date of the recurrence.

    • @antoniodecrisci2369
      @antoniodecrisci2369 Рік тому

      @@bruxy70 thanks! Ok, did this example where I have a bio bin, which from April 1 to Aug 31, it gets picked up every week, but from Sept 1 to Mar 31 its every 2 weeks. These two events are correctly placed in the same calendar BUT, the problem is that it ends on Mar 31, 2024. I.e. its not recurring forever, so I have to repeat this every year, or did I miss something?

  • @emes30
    @emes30 Рік тому

    Hey, I don't think today_at() can be used here, because it's not triggering template sensor updates. Sensor value is not changed every day as it should, now() must be used.

    • @bruxy70
      @bruxy70  Рік тому

      Thanks for catching that. You can always add trigger to the template sensors.

  • @Alex-rn3ny
    @Alex-rn3ny Рік тому

    Great video as always. One thing to mention is that there is "waste collection schedule" HACS plug-in that pulls the info from your local collection office and populates all appropriate calendar entries. It is useful in case if collection is moved from statutory holidays so this type of update is automatically populated and collection dates adjusted. It has a lot of features in terms of templating and formatting. Any entity card could be used including "garbage collection card" or "button card" or any other. Hope it helps others. Another note - I cannot remove a calendar.garbage_collection and HA brings an error. Entry does not exist in the calendar but somewhere, it is trying to pull the info. I created same entry and removed it (as suggested) but with no luck

  • @KTibow
    @KTibow 11 місяців тому

    you could use as_datetime instead of as_timestamp

  • @DonClassifieds
    @DonClassifieds 5 місяців тому

    hi Vaclav is there anyway can rename states e.g. 0 1 2 to garbage empty, garbage full, garbage put out !

    • @bruxy70
      @bruxy70  5 місяців тому

      Sure, just tweak the template any way you want.

    • @DonClassifieds
      @DonClassifieds 5 місяців тому

      @@bruxy70 thanks can you give examples I’m no good with code

  • @daleholden
    @daleholden Рік тому +1

    Shame you are removing it from HACS it is 100% easier to understand and implement than the local calendar which really does feel like a HAC :)
    No idea why the HA Team have not implemented a full blown component to cover this as everybody has Bin collections but you could use it for mass uses.
    Do you have a link on how to fully remove you integration as there is no docs covering removal!!!

    • @bruxy70
      @bruxy70  Рік тому +1

      If there are many people who need that, removing my custom integration might actually help the core tem to realize the need. Right now, the core development was going completely opposite direction. And actually agree that this is better, i would not be able to pull it out.

    • @bruxy70
      @bruxy70  Рік тому +1

      I think it is generally a good idea to remove the entities before removing the integration. If not, I suppose you could remove themnfrom the list of entities.

    • @daleholden
      @daleholden Рік тому +1

      @@bruxy70 hi got everything running config wise but could you do a video showing a more in-depth how you get the dashboard working with images and colour swapping etc please ?

    • @bruxy70
      @bruxy70  Рік тому

      @@daleholden It is shown from 14:07

  • @michaelcoulton7039
    @michaelcoulton7039 Рік тому +1

    Another quick question. Where is the custom card "config-template-card"? It doesn't show up when I try to add it within a grid card. The error message I'm seeing is "No card type found". I thought I successfully downloaded the card and it is residing in config/www/community/config-template-card. Thanks.

    • @bruxy70
      @bruxy70  Рік тому

      You can get in in HACS

    • @michaelcoulton7039
      @michaelcoulton7039 Рік тому

      Thanks for the response. I managed to get this working and was thinking your
      tutorial could be used to time or track other events.

    • @gardemark
      @gardemark Рік тому +3

      @@michaelcoulton7039 Mind share the card code? i get no image source configured.