TIleboard Climate

Hi guys
I would insert on my tileboard page a control to use a conditioner with a Broadlink hub.
I have inserted in configuration.yaml this code:

climate:
  - platform: smartir
    name: hokkaido
    device_code: 7020
    controller_data: 192.168.2.25
    temperature_sensor: sensor.temperature
    humidity_sensor: sensor.humidity
    power_sensor: binary_sensor.stato_accensione

I was thinking to use this:

{
				   position: [0, 1],
				   title: 'Letto',
				   //subtitle: 'Giardino',
				   id: 'climate.hokkaido',
				   type: TYPES.CLIMATE,
				   states: {
					  on: "On",
					  off: "Off"
				   },
				   icons: {
					  on: "mdi-air-conditioner",
					  off: "mdi-air-conditioner",
				   },

but with this I can’t power-off the conditioner, or change mode (cool, heat…)
image
Any idea?