From f2cc9f4823333c2f154f3e59ed19f77fa63d2965 Mon Sep 17 00:00:00 2001 From: Niracler Li Date: Sat, 8 Feb 2025 03:01:07 +0800 Subject: [PATCH] fix: Set some category to config for SR-ZG9033TH (#8758) --- src/devices/sunricher.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/devices/sunricher.ts b/src/devices/sunricher.ts index 18f019bcbfab9..6fc7967f930f8 100644 --- a/src/devices/sunricher.ts +++ b/src/devices/sunricher.ts @@ -499,6 +499,7 @@ const definitions: DefinitionWithExtend[] = [ unit: '°C', description: 'Temperature sensor compensation (-5~+5°C)', access: 'ALL', + entityCategory: 'config', zigbeeCommandOptions: {manufacturerCode: 0x1224}, endpointNames: ['1'], }), @@ -513,6 +514,7 @@ const definitions: DefinitionWithExtend[] = [ description: 'Temperature display unit', access: 'ALL', endpointName: '1', + entityCategory: 'config', zigbeeCommandOptions: {manufacturerCode: 0x1224}, }), m.numeric({ @@ -525,6 +527,7 @@ const definitions: DefinitionWithExtend[] = [ unit: '%', description: 'Humidity sensor compensation (-5~+5%)', access: 'ALL', + entityCategory: 'config', zigbeeCommandOptions: {manufacturerCode: 0x1224}, endpointNames: ['2'], }),