Force Temperature to Fahrenheit?

Here is how to make a template sensor.

Your template should look something like:

{{

  (states('sensor.temp_c')|float(0) * 1.8 + 32) | round

}}