arthurdent75 / SimpleScheduler

An Home Assistant AddOn to schedule entities on/off on weekly base
194 stars 38 forks source link

Is there any way to call a particular schedule as a service? #154

Closed danielrosehill closed 6 months ago

danielrosehill commented 7 months ago

Hey!

Very useful tool!

A quick question.

I'd like to display the current schedule for a particular item on a dashboard I'm building.

There's no way to do that currently, right (as in... the individual scheduling entities aren't pollable)?

arthurdent75 commented 7 months ago

Sorry, I'm not sure about what you mean.

"Is there any way to call a particular schedule as a service?" I would tell you that there is a misconception... you should wrap all the action into a script, then call the script from the scheduler.

"I'd like to display the current schedule for a particular item on a dashboard" Not sure about what you want to see on your dashboard. You can enable the MQTT feature and then you have a switch for every scheduler.

Fill free to express with more details if I didn't answer to your request.