-
Notifications
You must be signed in to change notification settings - Fork 58
and in State Trigger #736
and in State Trigger
#736
-
Default is OR in State Trigger
@state_trigger('sensor.goe_277780_car_value == "Laden" and sensor.price_change')
Trigger if sensor.price_change has new value but car_value must be "Laden"
so is a "and" possible ?
first try don't work.
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
craigbarratt
Jul 14, 2025
Try this:
@state_trigger('sensor.price_change')
@state_active('sensor.goe_277780_car_value == "Laden")
Replies: 1 comment
-
Try this:
@state_trigger('sensor.price_change')
@state_active('sensor.goe_277780_car_value == "Laden")
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
melmager
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment