Closed avsa242 closed 2 years ago
Sensors that don't need one or the other don't benefit from having dummy methods defined - avoid it if possible by separating the two into sensor.temp.common.spin2h and sensor.rh.common.spin2h. sensor.temp_rh.common.spin2h can then include both.
sensor.temp.common.spin2h
sensor.rh.common.spin2h
sensor.temp_rh.common.spin2h
Completed in 247e617139baf62a923cb552097e7c7207d1363f
Sensors that don't need one or the other don't benefit from having dummy methods defined - avoid it if possible by separating the two into
sensor.temp.common.spin2h
andsensor.rh.common.spin2h
.sensor.temp_rh.common.spin2h
can then include both.