panhans / HomeAssistant

Home Asisstant related stuff like blueprints for automations and scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Presence time window in blueprints/automation/panhans/heating_control.yaml optional

timprange opened this issue · comments

Hi panhas,

i recently discovered your heating blueprint. I would like to have the possibility to monitor the presence sensor all day long. So only heat if there really is someone in the monitored room. I currently work around this by the following code removal. So the sensor is permanently disable:

https://github.com/panhans/homeassistant/blob/a20b74bfcc9b8a64b67d94fa8bb86e5ea5bf9341/blueprints/automation/panhans/heating_control.yaml#L339C81-L340C36

I'm on version 2.10 on HA 2023.10

Thanks for your help in advance

Thank you for your feedback. Thats possible with the next version. It's pretty stable now. If you want you can test it.

https://github.com/panhans/homeassistant/blob/heating_control_v3/blueprints/automation/panhans/heating_control_v3.yaml

Thanks for your quick response. I'll give it a try.