If you count using a HA theme as a custom mod (which technically it is) then no. Otherwise yes: All those icon colors can be changed via a simple theme.
Great, thank’s!
I never suggested otherwise. It should be a standalone calendar with full calendar capabilities. And this is not the case.
It is standalone but without any of the useful features.
I would simply put it in the helpers section because that is what it is right now.
It is still an everyday joy to notice how easy to configure, responsive, stable and versatile HASS is. Thanks to all the contributors!
Hi All,
I love the new release. Directly wanna use the local calendar because then I can remove 4 JSON files and 4 sensors to create automations on.
I only see a problem:
- Create a event “All Days” from x to y (my case 1 November 2022 untill 7 jan 2023)
- check the calendar
- You don’t see on every day the event is showing.
- when you check with view: LIST (7 days) then you see on every day the event.
Is this a bug or is this now showing when you have month view?
I’m actually using your code in the same way.
Thank you for that!
I will probably wait an increment or two before I leave your solution
I was trying the local calendar. But I stick to my solution. For me better organized.
Add, remove lines is faster etc.
I think that is a known limitation that the calendar does not render events spanning multiple days yet, except on the first day.
Indeed. When this is implement then it will be very nice to use. Keep up the good work Devs
do you mean this:?
I installed this and Transmission and see the RPi Shared folders on VLC on Apple TV to play the media files.
Or do you mean something different ?
Nice update, again. I was wondering how I can set the scan interval for the new Scrape integration in the UI?
I currently get some fuel prices and once an hour will do for that. I don’t want to hammer / slashdot / dos those websites (and get blocked ).
I think the new calendar has the right objectives
The objective is to add a user human user interface to run scheduled automations. And most automations will quickly be more than what you do in a simple UI.
The calendar implementation lacks the ability to edit things you add. The dev says that may be there next month. Right now you can only delete. But besides this I think it will be a great tool
I have an example where I will use it. We have recycle collection on predefined schedules. Big garbage and cardboard every 4th week on Tuesdays. Glass and metal every 10 weeks. Paper/plastic every 3 weeks. Garden garbage 4 weeks but only the summer half. And periodicly they change the scedule or jumps a week. Currently I have binary template sensors like
- name: "Paper Plastic Garbage Week"
unique_id: paper_plastic_garbage_week
state: >
{% set week = now().isocalendar()[1] %}
{% set week = week + 1 if now().isoweekday() > 2 else week %}
{{ week % 3 == 2 }}
icon: >
{% if is_state("binary_sensor.paper_plastic_garbage_week", "on") %}
mdi:trash-can
{% else %}
mdi:trash-can-outline
{% endif %}
And an automation that turns on an LED based on these sensors.
Maintaining these math formulas is an endless task. In future I will simply sit down with the new garbage calendar start of a new year and punch in the dates. For most I can define a start date and repeat the right number of weeks (if you have not noticed - when you click weekly another field pops up where you can select how many weeks). I see this as much much easier. And if there is an change of schedule e.g. around the xmas holidays it is easy to change. It will be a huge help.
For my real human calendar I do not see using HA. I use Google Calendar today which I share with my family and works in a calendar app on my computers and i-devices. HA will never reach that kind of level. It is better to keep it simple and targetted to be a new way to trigger automations.
I can also see quickly automations develop so the calendar is not the thing that triggers automations but the condition in automations. E.g. run something when something happens - unless we are on vacation. It will be really useful.
Turns out that all that was required was a really trivial coding change . I created a PR for it which I think makes the calendar a lot more usable from a visual perspective.
Turn off the polling, then make an automation with a time pattern and homeassistant.update_entity
I will give that a try.
Do you happen to know the automatic polling interval?
So, I’m a little confused by person colours, there are 6 of us in the home, 5 zone history cards display in blue for ALL zones except not_home and I display as green for ALL zones except not_home.
Previously (whilst random) it was at least easy to see different locations as different colours.
Is this now by design?
30 sec
No, I mean being able to mount NAS shares on HAOS so that remote media can be accessed and video can be written to it.
Ah ok - I can do that with DLNA Servers. When I set up HAIO initially it found the NAS automatically and they are seen in the Media Sources Tab in the sidebar and videos on there could be watched. I just played a few samples to try as I watch on an Apple TV.
Saying that though, looks like that’s broken with the update ! When I just checked