zxdavb / ramses_cc

HA integration for CH/DHW and HVAC systems that use the RAMSES II RF protocol
GNU General Public License v3.0
80 stars 17 forks source link

Fix type hints for controller temp min/max limits #142

Closed trvrnrth closed 10 months ago

trvrnrth commented 10 months ago

This seems like the best thing to do to maintain the current behaviour.

zxdavb commented 10 months ago

I changed Dhw | Zones from float | None because that's what the superclass has: float.

I was not sure to do about these, so was ignoring it.

trvrnrth commented 10 months ago

Yeah. It feels like a bit of a danger area of undefined behaviour really.