feat(zigbee): add Sonoff S60 plug as code and tune shelly humidity buffer
This commit is contained in:
parent
2b0575364b
commit
c03463b750
|
|
@ -6,6 +6,9 @@ configmap:
|
|||
throttle: 30
|
||||
retain: true
|
||||
qos: 1
|
||||
'0xa4c13808b07fffff':
|
||||
friendly_name: Sonoff S60 Plug
|
||||
|
||||
|
||||
statefulset:
|
||||
storage:
|
||||
|
|
|
|||
|
|
@ -71,5 +71,5 @@ variable "critical_humi_ref_temp" {
|
|||
variable "critical_humi_buffer" {
|
||||
type = number
|
||||
description = "Safety buffer [%] subtracted from the critical relative humidity threshold"
|
||||
default = 5
|
||||
default = 10
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue