You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That should be super easy to implement if I understand it right, just use an if statement and a state condition (if template entity is off) then execute the desired action.
The state update is done before the action so if you are setting HVAC mode to off then the state of the template entity will be off before the action runs, so you can use the the normal state condition.
The problem
I use some switchbot hub mini to replicate IR command for 3 air conditionner.
The switchbot integration create 2 entities for each air conditionner :
I want to use climate_template to create a new "template entity" and to be able to do a conditional action for hvac_mode :
I have done some research (and the last is #65) but I did not succed to implement a solution that works.
Can you help me ?
Best regards,
What version of Template Climate has the issue?
1.0.1
What version of Home Assistant are you running?
2025.1.2
What type of installation are you running?
None
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: