Pour le ESP, j’utilise les attributs du sensor template comme telle :
# Example configuration entry
sensor:
- platform: homeassistant
id: current_temperature
entity_id: sensor.meteo.xxxx.j0
attribute: temperature
- platform: homeassistant
id: current_templow
entity_id: sensor.meteo.xxxx.j0
attribute: templow
- platform: homeassistant
id: current_humidite
entity_id: sensor.meteo.xxxx.j0
attribute: humidite
- platform: homeassistant
id: current_precipitation
entity_id: sensor.meteo.xxxx.j0
attribute: precipitation