Hive Climate current_temperature attribute

Hi all,

I’m quite new to HA and I’d like a piece of advice, please. Bought some Hive radiator valves and for some of them (not all) I’m getting the following warning:

mappingproxy object' has no attribute 'current_temperature' when rendering '{{states.climate.officevalve.attributes.current_temperature}}

Having a look into the Developer tools section I can see that that attribute exists:

hvac_modes:
  - auto
  - heat
  - 'off'
min_temp: 5
max_temp: 32
preset_modes:
  - none
  - boost
current_temperature: 19.3
temperature: 19
hvac_action: idle
preset_mode: none
friendly_name: OfficeValve
supported_features: 17```

My sensor section ( in configuration.yaml ) for that valve looks like this: 
  • sensor:
    • name: “Office Current Temp”
      state: >
      {{states.climate.officevalve.attributes.current_temperature}}
      unit_of_measurement: “C”```

I cant see what I’m doing wrong on this one. I’ve got 12 Hive valves in my house just 4 of them have this kind of behavior.
Any piece of advice will be highly appreciated. I’ve searched the net and this forum for something related but I wasnt able to find something that can lead me to the root cause of this issue.
Thank you