feat(zigbee): add Sonoff S60 plug as code and tune shelly humidity buffer

This commit is contained in:
Moritz Graf 2026-07-21 21:09:21 +02:00
parent 2b0575364b
commit c03463b750
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ configmap:
throttle: 30 throttle: 30
retain: true retain: true
qos: 1 qos: 1
'0xa4c13808b07fffff':
friendly_name: Sonoff S60 Plug
statefulset: statefulset:
storage: storage:

View File

@ -71,5 +71,5 @@ variable "critical_humi_ref_temp" {
variable "critical_humi_buffer" { variable "critical_humi_buffer" {
type = number type = number
description = "Safety buffer [%] subtracted from the critical relative humidity threshold" description = "Safety buffer [%] subtracted from the critical relative humidity threshold"
default = 5 default = 10
} }