We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ec2820 + ae73954 commit 17e1ae4Copy full SHA for 17e1ae4
src/zigbee2mqtt/zigbee2mqtt-device.ts
@@ -28,7 +28,23 @@ function debug(): boolean {
28
return DEBUG_FLAG.DEBUG_zigbee2mqtt;
29
}
30
31
-const IGNORED_PROPERTIES = ['linkquality', 'local_temperature_calibration'];
+const IGNORED_PROPERTIES = [
32
+ 'linkquality',
33
+ 'local_temperature_calibration',
34
+ 'update',
35
+ 'update_available',
36
+ 'color_temp_startup',
37
+ 'voltage',
38
+ 'led_indication',
39
+ 'occupancy_timeout',
40
+ 'illuminance',
41
+ 'motion_sensitivity',
42
+ 'requested_brightness_percent',
43
+ 'requested_brightness_level',
44
+ 'action_side',
45
+ 'eurotronic_trv_mode',
46
+ 'eurotronic_valve_position',
47
+];
48
49
export class Zigbee2MqttDevice extends Device {
50
private deviceTopic: string;
0 commit comments