nielsfaber / scheduler-component

Custom component for HA that enables the creation of scheduler entities
GNU General Public License v3.0
639 stars 41 forks source link

Support extra entity types (input_number, input_boolean) #327

Closed michaelpiron closed 8 months ago

michaelpiron commented 8 months ago

Checklist

Proposal

Currently, Scheduler can perform actions on following entity types: switch, light, climate, alarm panel. Proposal to extend the list of supported entity types, to include "helper-type" of entities:

Value

This feature would unlock more advanced cases of automation (eg. for the smart control of heat pumps, car chargers, etc). Current work-around is to use time triggers in an automation, which is not ideal:

nielsfaber commented 8 months ago

this is already in place, you should check your card configuration.

michaelpiron commented 8 months ago

Indeed.. Sorry, I overlooked that