Climate away or off

i try to activate this automation with xiaomi switc but the log giv this error:
[homeassistant.components.automation] Error while executing automation automation.spegni_riscaldameto. Invalid data for call_service at pos 1: extra keys not allowed @ data[‘turn_off’]
could someone help me?
thank you?

  alias: spegni riscaldameto
  trigger:
    platform: event
    event_type: xiaomi_aqara.click
    event_data:
      entity_id: binary_sensor.switch_158d0000f0373b
      click_type: long_click_press
  action:
    - service: climate.turn_off
      data:
        entity_id: climate.cucina
        turn_off: 'on'

Delete the last line turn_off: ‘on’

this is the error :
ERROR (MainThread) [homeassistant.helpers.entity] Update for climate.cucina fails
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py”, line 221, in async_update_ha_state
await self.async_device_update()
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py”, line 349, in async_device_update
await self.hass.async_add_executor_job(self.update)
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/netatmo/climate.py”, line 287, in update
self._data.update(no_throttle=True)
File “/usr/local/lib/python3.7/site-packages/homeassistant/util/init.py”, line 224, in wrapper
result = method(*args, **kwargs)
File “/config/custom_components/netatmo/climate.py”, line 381, in update
self.homestatus = pyatmo.HomeStatus(self.auth, home=self.home)
File “/config/deps/lib/python3.7/site-packages/smart_home/Thermostat.py”, line 126, in init
raise NoDevice(“No device found, errors in response”)
smart_home.NoDevice: No device found, errors in response

That’s not the same error. This error is when triggering the automation ? Did the check config passed?