HTTP GET Request

Hello,
I use a modified Ikea Vindtrisking with a base plate from LaskaKit. The sdc41 sensor is connected to it.
I have an uploaded yaml file for ESPHome according to TataGeek.
Now I would like to send values from sensors to the TMEP service. These are the PM1006 dust sensor and the SCD41 temperature/humidity/co2 sensor. Data is sent via HTTP GET Request in format

http://*YOUR_DOMAIN:FOR_DUST_SENSOR*.tmep.cz*/index.php?GUID_FOR_PM1006*=*HODNOTA*

http://*YOUR_DOMAIN_FOR_CO2_TEMPERATURE_HUMIDITY_SENSOR.tmep.cz/index.php*?*GUID_FOR_YOUR_SCD41*&humV=*HODNOTA*&CO2=*HODNOTA*.

Can this notation be applied within a yaml file, or in some way.

Thank you very much

HTTP Request — ESPHome

I’m curious, are you trying to ingress and consume the data in Home Assistant?