if intent == 'get_temp':
        temp = '{:.1f}'.format(temperature.get_temperature())
        response = replies.get_sensor_reply('temperature', intent, value=temp)