I want to have quotes like this flash when I open tasker Google groups.
It might be easier to use the Battery Changed intent to get the battery temperature:
Profile: Battery Temp (61)
Event: Intent Received [ Action:android.intent.action.BATTERY_CHANGED Cat:None Cat:None Scheme:* Mime Type:* ]
Enter: Anon (68)
A1: Variable Set [ Name:%temp_c To:%temperature / 10 Do Maths:On Append:Off ]
A2: Variable Convert [ Name:%temp_c Function:Celsius to Fahrenheit Store Result In:%temp_f ]
A3: Variable Set [ Name:%temp_c To:round(%temp_c) Do Maths:On Append:Off ]
A4: Variable Set [ Name:%temp_f To:round(%temp_f) Do Maths:On Append:Off ]
A5: Flash [ Text:%temp_c° C
%temp_f ° F Long:Off ]