Closed Bhoft closed 2 months ago
Hi, the "error" causes because the Tado calibration is based on the custom Tado integration since the official integration doesn't support calibration / temperature offset for Tado thermostats.
If you're not use a Tado thermostat in combination with AHC this service (action) will never be called. So it's fine if you simply ignore the spook warning like I did.
the Spook addon (which searches for errors and unknow entities etc. https://github.com/frenck/spook) finds an unknown action
tado.set_climate_temperature_offset
in every automation where i use the Advanced Heating Control blueprint.https://github.com/panhans/HomeAssistant/blob/784c5e86d7939365e2a050191fd960410dc43992/blueprints/automation/panhans/heating_control.yaml#L2561
I guess this happens because i don't have any tado radiators. Could the code be somehow changed that the part is only called conditionally if tado radiators are used?