I’m migrating a custom domotics solution to HA. I’ve managed to use HA to replace almost everything, but I’m now struggling with the following:
I have a schedule picker like this:
where we can select 2 timeslots where a plug will be in state ‘on’
what I’m looking for is to implement a card where I can have the same (does not have to be a slider, it can be a normal hour picker ios/android style) and being able to use those values on an automation.
I guess you’re looking for some scheduler component. Unfortunately - there’s nothing built-in into HA. I was surprised as well as this seems a very basic thing in automation.
I requested a feature and if you’re looking for a native HA scheduler - please vote for it here:
Of course there are various ways to achieve this in HA, but you need to build it yourself or use some solutions like schedy. I like to have control over things from UI, so I built it using input boxes for every day for my thermostat control.
Looks like this: