panhans / HomeAssistant

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

added party temp setting #14

Closed march42 closed 1 year ago

march42 commented 1 year ago

use party_temp instead of set_temp during party_mode

panhans commented 1 year ago

Add this in trigger variable section:

reaction_time_t: !input window_reaction_time

and this to trigger section:

- platform: template
  value_template: "{{ party_temp_t != none and (as_timestamp(now()) - as_timestamp(states.input_number.party_temperature.last_changed)) >= reaction_time_t }}"
panhans commented 1 year ago

Hey, since new version is out this pull request is now deprecated. I think your use case can be realized with v3. Greets!