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
|
throttle: 30
|
||||||
retain: true
|
retain: true
|
||||||
qos: 1
|
qos: 1
|
||||||
|
'0xa4c13808b07fffff':
|
||||||
|
friendly_name: Sonoff S60 Plug
|
||||||
|
|
||||||
|
|
||||||
statefulset:
|
statefulset:
|
||||||
storage:
|
storage:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue