@Nomad_of wrote:
Dear all I,
I use Hassio and several aquara sensors. I works quiet well, but their temperature differs a bit from each other at the same spot. To fix this I wanted to add an offset via templating them, but somehow I did not get it…I have created a file called sensors.yaml in this I have added:
- platform: template sensors: T_offset_room_a: value_template: '{{ (sensor.room_a_t_h | round(1)) + 5}}' friendly_name: 'Room A Temp'
I tried to integrate this by adding
template: !include sensors.yaml
into the configuration.yamlBut it did not work. Two questions:
- What du I have to change to make it work?
- Will this code change the volume of the entity or do I have to choose another entity to show the real temperature?
BR
Posts: 21
Participants: 4