fix: support of radar_induction_closing_time for T0x26(M0100040)

This commit is contained in:
Cyborg2017
2026-01-05 20:53:32 +08:00
parent c91898621f
commit a68ceb3104
3 changed files with 13 additions and 1 deletions

View File

@@ -165,7 +165,13 @@ DEVICE_MAPPING = {
"max": 100,
"step": 1,
"unit_of_measurement": PERCENTAGE
}
},
"radar_induction_closing_time": {
"min": 1,
"max": 5,
"step": 1,
"unit_of_measurement": UnitOfTime.MINUTES
}
},
Platform.SWITCH: {
"radar_induction_enable": {