Zigbee temperature sensor & switch only detected as "light"

I’m really new to this so please be patient!

Thanks Suggsy and klib , I’ve just bought 3 of these devices particularly for the remote temperature sensor and can’t get to work. Your post is exactly what I needed and I’ve installed the “quirk” but I can’t get it to work either.

On reboot HA reported an error in the quirk filepath so I added 2 spaces before the second line in the configuration.yaml file so it now looks like this and the error on reboot has gone, but I’m not sure if the quirk is loading correctly.

Loads default set of integrations. Do not remove.

default_config:

Load frontend themes from the themes folder

frontend:
themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Example configuration.yaml entry

zeroconf:

for nginx

http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24

zha:
custom_quirks_path: /config/zha_quirks/

Also, the raw file I downloaded is called

homeassistant/zha_quirks/ab0188dd-b8d9-42d6-9c19-483aabd51974.txt

And not

candeo_smart_irrigation_timer.py

But the code looks the same - should I download another file from somewhere?
How can I check that the quirk is loaded and running?

Thanks