Fix causes tests to fail, probably better to leave it as it has been for some years and remove the attempted redirect. It seems that was trying to take care of setting both dps together in both directions.
@@ -65,7 +65,7 @@ primary_entity:
constraint: swing_mode
conditions:
- dps_val: stop
- value: "Stop"
+ value: Stop
- dps_val: "1"
value: "1"
- dps_val: "2"
@@ -90,12 +90,11 @@ primary_entity:
constraint: power_level
- value_redirect: power_level
- - dps_val: "auto"
- value: "Auto"
- - dps_val: "user"
+ - dps_val: auto
+ value: Auto
+ - dps_val: user
@@ -108,8 +107,8 @@ primary_entity:
value: "4"
- dps_val: "5"
value: "5"
- - dps_val: "stop"
+ - dps_val: stop
name: swing_mode
- id: 106
type: integer