Temperature alert telegram

I am getting the following error in the code of telegram module

File “telegram_alert.py”, line 49, in
sensor_value = get_sensor_value_from_pin(“A0”)
NameError: name ‘get_sensor_value_from_pin’ is not defined

Hi @choksiaayushi11,

Please share your code and screenshot of the output and also check if you defined the function get_sensor_value_from_pin in your code.

Do let me know in case you need further assistance.