panhans / HomeAssistant

Home Asisstant related stuff like blueprints for automations and scripts.
100 stars 27 forks source link

heating_control: add input_boolean to input_presence_sensor #37

Closed tdiekel closed 11 months ago

tdiekel commented 11 months ago

I want to control my presence sensor via a automation. For this it would be easier if input_presence_sensor would also allow input_boolean as entity. Locally I've added it to the list of domains with no problem so far. Is there a reason for input_presence_sensor allowing only binary_sensor? If not could you add it or should I open a PR for it? :)

panhans commented 11 months ago

Thanks for your feedback. I will open in for input_booleans.

panhans commented 11 months ago

It's added in main branch.