Skip to content

Commit 94deec6

Browse files
committed
Update zha_quirk to enable reporting for indicator led
1 parent 955a4cc commit 94deec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helper_scripts/templates/zha_quirk.py.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ for config in CONFIGS:
251251
translation_key="relay_led_state_"+str(endpoint_id),
252252
fallback_name="Relay led state "+str(endpoint_id),
253253
endpoint_id=endpoint_id,
254+
reporting_config=ReportingConfig(
255+
min_interval=0, max_interval=300, reportable_change=1
256+
),
254257
)
255258
)
256259

0 commit comments

Comments
 (0)