I’m fairly amateur at HA, though not unfamiliar with very basic php etc coding.
Pretty much everything else is configured in the UI so yeah, i dont have a 2nd 'template: ’ entry…
I understand i need to create a directory and switch to a directory merge include for templates moving forward for future additions.
ok I replaced in all places my weather entity. My weather entity supports hourly forecast. I receive now
sensor.massima_domani = 11.3
sensor.minima_domani =
11.3 isn’t max temperature of tomorrow!!! Where am I going wrong?
Hadn’t looked at what the template actually was supposed to to. But hourly gives you… next hours. So change the type to daily if you want to know the forcast for other days.
Also, ‘N/A’ is not something you should be setting on a numerical sensor. Use an availability template to determine if the sensor can return proper data.