Set HVAC_MODE at Air Condition to value of variable

Use a Call Service Action, not a Device action.

service: climate.set_hvac_mode
target:
  entity_id: 925f3671743e92433193c41edd18e7c8
data:
  hvac_mode: "{{ current_hvac_mode }}"