ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
336 stars 48 forks source link

Update README.md code for PID debug #154

Closed MyMakibox closed 1 year ago

MyMakibox commented 1 year ago

float (0) instead of float required since 2012.1 source: https://community.home-assistant.io/t/template-warning-float-got-invalid-input-unknown-when-rendering-template/353198/2

Chupaka commented 1 year ago

What's the reasoning behind that? Don't we want to throw an error instead of showing fake zero?..